aboutsummaryrefslogtreecommitdiffstats
path: root/src/kernel.mk
blob: dae6749eb736954a0768e8fd61e23896267e5cad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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/chsys.c      ../../src/chdebug.c \
          ../../src/chlists.c    ../../src/chvt.c \
          ../../src/chschd.c     ../../src/chthreads.c \
          ../../src/chsem.c      ../../src/chmtx.c \
          ../../src/chcond.c     ../../src/chevents.c \
          ../../src/chmsg.c      ../../src/chmboxes.c \
          ../../src/chqueues.c   ../../src/chheap.c \
          ../../src/chmempools.c ../../src/chserial.c

# Required include directories
KERNINC = ../../src/include