git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4001 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2012-02-29 14:42:27 +00:00
parent 7664f48ad0
commit afb884d89c
1 changed files with 4 additions and 11 deletions

View File

@ -51,8 +51,8 @@ include $(CHIBIOS)/os/hal/platforms/AT91SAM7/platform.mk
include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/ARM/AT91SAM7/port.mk include $(CHIBIOS)/os/ports/GCC/ARM/AT91SAM7/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk include $(CHIBIOS)/os/kernel/kernel.mk
include $(CHIBIOS)/os/various/lwip_bindings/lwip.mk
include $(CHIBIOS)/test/test.mk include $(CHIBIOS)/test/test.mk
include ./lwip/lwip.mk
# Define linker script file here # Define linker script file here
LDSCRIPT= $(PORTLD)/AT91SAM7X256.ld LDSCRIPT= $(PORTLD)/AT91SAM7X256.ld
@ -65,15 +65,9 @@ CSRC = $(PORTSRC) \
$(HALSRC) \ $(HALSRC) \
$(PLATFORMSRC) \ $(PLATFORMSRC) \
$(BOARDSRC) \ $(BOARDSRC) \
$(LWNETIFSRC) \ $(LWSRC) \
$(LWCORESRC) \
$(LWIPV4SRC) \
$(LWAPISRC) \
$(CHIBIOS)/os/various/evtimer.c \ $(CHIBIOS)/os/various/evtimer.c \
$(CHIBIOS)/os/various/lwipthread.c \ ./web/web.c main.c
./lwip/arch/sys_arch.c \
./web/web.c \
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global # C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting. # setting.
@ -104,8 +98,7 @@ ASMSRC = $(PORTASM)
INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(LWINC) \ $(HALINC) $(PLATFORMINC) $(BOARDINC) $(LWINC) \
$(CHIBIOS)/os/various \ $(CHIBIOS)/os/various
./lwip
# #
# Project, sources and paths # Project, sources and paths