From 24a12ce1589d2d342955ed872a52f3fe0565f545 Mon Sep 17 00:00:00 2001 From: follower Date: Fri, 2 Nov 2007 11:44:39 +0000 Subject: [PATCH] Remove all references to main.o as we do not require it in the library. git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@36 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b --- branches/follower/wiz810mj/src/lib/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/branches/follower/wiz810mj/src/lib/Makefile b/branches/follower/wiz810mj/src/lib/Makefile index 023d31b..3abd5d8 100644 --- a/branches/follower/wiz810mj/src/lib/Makefile +++ b/branches/follower/wiz810mj/src/lib/Makefile @@ -37,7 +37,7 @@ HEX_EEPROM_FLAGS += --change-section-lma .eeprom=0 ## Objects that must be built in order to link -OBJECTS = socket.o w5100.o main.o delay.o serial.o mcu.o dns.o sockutil.o util.o +OBJECTS = socket.o w5100.o delay.o serial.o mcu.o dns.o sockutil.o util.o ## Objects explicitly added by the user LINKONLYOBJECTS = @@ -60,9 +60,6 @@ serial.o: ../mcu/serial.c #timer.o: ../mcu/timer.c # $(CC) $(INCLUDES) $(CFLAGS) -c $< -main.o: ../main/main.c - $(CC) $(INCLUDES) $(CFLAGS) -c $< - socket.o: socket.c $(CC) $(INCLUDES) $(CFLAGS) -c $<