aboutsummaryrefslogtreecommitdiffstats
path: root/test/coverage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/coverage/Makefile')
-rw-r--r--test/coverage/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/coverage/Makefile b/test/coverage/Makefile
index a00e5015a..69f55884e 100644
--- a/test/coverage/Makefile
+++ b/test/coverage/Makefile
@@ -63,15 +63,14 @@ include ../../test/test.mk
# List C source files here
SRC = ${KERNSRC} \
${TESTSRC} \
- chcore.c \
- simcom.c \
- main.c
+ ../../os/io/serial.c \
+ chcore.c serial_lld.c main.c
# List ASM source files here
ASRC =
# List all user directories here
-UINCDIR = $(KERNINC) $(TESTINC)
+UINCDIR = $(KERNINC) $(TESTINC) ../../os/io
# List the user directory to look for the libraries here
ULIBDIR =