aboutsummaryrefslogtreecommitdiffstats
path: root/src/kernel.mk
blob: 54a9cffdd67f3996b6d6613fa1999f825f0d1372 (plain)
1
2
3
4
5
6
7
8
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