aboutsummaryrefslogtreecommitdiffstats
path: root/test/coverage/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-08 21:38:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-08 21:38:05 +0000
commit74328c0fc0a8d46c97b954ab153d44ac2891ed04 (patch)
tree478f750f74bf1b502cc2918f88cb75af9269b027 /test/coverage/Makefile
parente3109b783f9d498661d56a557ddbfd5674669d03 (diff)
downloadChibiOS-74328c0fc0a8d46c97b954ab153d44ac2891ed04.tar.gz
ChibiOS-74328c0fc0a8d46c97b954ab153d44ac2891ed04.tar.bz2
ChibiOS-74328c0fc0a8d46c97b954ab153d44ac2891ed04.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1404 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/coverage/Makefile')
-rw-r--r--test/coverage/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/test/coverage/Makefile b/test/coverage/Makefile
index adefad74b..37d0de1ef 100644
--- a/test/coverage/Makefile
+++ b/test/coverage/Makefile
@@ -58,20 +58,26 @@ UADEFS =
# Imported source files
CHIBIOS = ../..
+include ${CHIBIOS}/os/hal/hal.mk
+include ${CHIBIOS}/os/hal/platforms/Win32/platform.mk
+include ${CHIBIOS}/os/ports/GCC/SIMIA32/port.mk
include ${CHIBIOS}/os/kernel/kernel.mk
include ${CHIBIOS}/test/test.mk
# List C source files here
-SRC = ${KERNSRC} \
+SRC = ${PORTSRC} \
+ ${KERNSRC} \
${TESTSRC} \
- ${CHIBIOS}/os/io/serial.c \
- chcore.c serial_lld.c main.c
+ ${HALSRC} \
+ ${PLATFORMSRC} \
+ console.c main.c
# List ASM source files here
ASRC =
# List all user directories here
-UINCDIR = $(KERNINC) $(TESTINC) ${CHIBIOS}/os/io
+UINCDIR = $(PORTINC) $(KERNINC) $(TESTINC) $(HALINC) $(PLATFORMINC) \
+ ${CHIBIOS}/os/various
# List the user directory to look for the libraries here
ULIBDIR =