aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Posix-GCC/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-19 11:38:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-19 11:38:07 +0000
commit7c1828c96c3b05cba909d6051d112725f2310d66 (patch)
tree4641b3bf1e27b13137d7e68c194fd4884f9a3cec /demos/Posix-GCC/Makefile
parentc574cd3f8b97c0800b20ea7af9d6a6a4be9378fd (diff)
downloadChibiOS-7c1828c96c3b05cba909d6051d112725f2310d66.tar.gz
ChibiOS-7c1828c96c3b05cba909d6051d112725f2310d66.tar.bz2
ChibiOS-7c1828c96c3b05cba909d6051d112725f2310d66.zip
Updated Posix simulator.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2508 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Posix-GCC/Makefile')
-rw-r--r--demos/Posix-GCC/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/demos/Posix-GCC/Makefile b/demos/Posix-GCC/Makefile
index 37caaf9bd..3a8b43c90 100644
--- a/demos/Posix-GCC/Makefile
+++ b/demos/Posix-GCC/Makefile
@@ -57,6 +57,7 @@ UADEFS =
# Imported source files
CHIBIOS = ../..
+include $(CHIBIOS)/boards/simulator/board.mk
include ${CHIBIOS}/os/hal/hal.mk
include ${CHIBIOS}/os/hal/platforms/Posix/platform.mk
include ${CHIBIOS}/os/ports/GCC/SIMIA32/port.mk
@@ -69,6 +70,7 @@ SRC = ${PORTSRC} \
${TESTSRC} \
${HALSRC} \
${PLATFORMSRC} \
+ $(BOARDSRC) \
${CHIBIOS}/os/various/shell.c \
main.c
@@ -76,7 +78,8 @@ SRC = ${PORTSRC} \
ASRC =
# List all user directories here
-UINCDIR = $(PORTINC) $(KERNINC) $(TESTINC) $(HALINC) $(PLATFORMINC) \
+UINCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
+ $(HALINC) $(PLATFORMINC) $(BOARDINC) \
${CHIBIOS}/os/various
# List the user directory to look for the libraries here