aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/kernel.mk
blob: 9e4d0c91937cb79bc4d4ae7f48bc9fd4e8e6aa16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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 = ${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/chthreads.c \
          ${CHIBIOS}/os/rt/src/chdynamic.c \
          ${CHIBIOS}/os/rt/src/chregistry.c \
          ${CHIBIOS}/os/rt/src/chsem.c \
          ${CHIBIOS}/os/rt/src/chmtx.c \
          ${CHIBIOS}/os/rt/src/chcond.c \
          ${CHIBIOS}/os/rt/src/chevents.c \
          ${CHIBIOS}/os/rt/src/chmsg.c \
          ${CHIBIOS}/os/rt/src/chmboxes.c \
          ${CHIBIOS}/os/rt/src/chqueues.c \
          ${CHIBIOS}/os/rt/src/chmemcore.c \
          ${CHIBIOS}/os/rt/src/chheap.c \
          ${CHIBIOS}/os/rt/src/chmempools.c

# Required include directories
KERNINC = ${CHIBIOS}/os/kernel/include