ChibiOS/os/nil/nil.mk

6 lines
146 B
Makefile
Raw Normal View History

# List of all the Nil RTOS kernel files.
KERNSRC = ${NILRTOS}/os/kernel/nil.c
# Required include directories
KERNINC = ${NILRTOS}/os/kernel