diff options
Diffstat (limited to 'src/kernel.mk')
-rw-r--r-- | src/kernel.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel.mk b/src/kernel.mk index 75ab83d93..2a178897b 100644 --- a/src/kernel.mk +++ b/src/kernel.mk @@ -1,6 +1,6 @@ # List of all the ChibiOS/RT kernel files, there is no need to remove the files
# from this list, you can disable parts of the kernel by editing chconf.h.
-KERNSRC = ../../src/chinit.c ../../src/chdebug.c \
+KERNSRC = ../../src/chsys.c ../../src/chdebug.c \
../../src/chlists.c ../../src/chvt.c \
../../src/chschd.c ../../src/chthreads.c \
../../src/chsem.c ../../src/chmtx.c \
|