aboutsummaryrefslogtreecommitdiffstats
path: root/src/kernel.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel.mk')
-rw-r--r--src/kernel.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/kernel.mk b/src/kernel.mk
new file mode 100644
index 000000000..54a9cffdd
--- /dev/null
+++ b/src/kernel.mk
@@ -0,0 +1,9 @@
+# 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 \
+ ../../src/chlists.c ../../src/chdelta.c \
+ ../../src/chschd.c ../../src/chthreads.c \
+ ../../src/chsem.c ../../src/chmtx.c \
+ ../../src/chevents.c ../../src/chmsg.c \
+ ../../src/chsleep.c ../../src/chqueues.c \
+ ../../src/chserial.c