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
master
follower 17 years ago
parent badeebd072
commit 24a12ce158

@ -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 $<

Loading…
Cancel
Save