aboutsummaryrefslogtreecommitdiffstats
path: root/test/coverage/Makefile
diff options
context:
space:
mode:
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 =