aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/rt.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/rt.mk')
-rw-r--r--os/rt/rt.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/rt/rt.mk b/os/rt/rt.mk
index b6dc526ec..55a189f75 100644
--- a/os/rt/rt.mk
+++ b/os/rt/rt.mk
@@ -2,11 +2,10 @@
# from this list, you can disable parts of the kernel by editing chconf.h.
KERNSRC = ${CHIBIOS}/os/rt/src/chsys.c \
${CHIBIOS}/os/rt/src/chdebug.c \
- ${CHIBIOS}/os/rt/src/chlists.c \
- ${CHIBIOS}/os/rt/src/chvt.c \
${CHIBIOS}/os/rt/src/chtm.c \
${CHIBIOS}/os/rt/src/chstats.c \
${CHIBIOS}/os/rt/src/chschd.c \
+ ${CHIBIOS}/os/rt/src/chvt.c \
${CHIBIOS}/os/rt/src/chthreads.c \
${CHIBIOS}/os/rt/src/chdynamic.c \
${CHIBIOS}/os/rt/src/chregistry.c \