diff options
Diffstat (limited to 'os/nil/nil.mk')
-rw-r--r-- | os/nil/nil.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/nil/nil.mk b/os/nil/nil.mk index 9e46f1c02..51f0e8083 100644 --- a/os/nil/nil.mk +++ b/os/nil/nil.mk @@ -1,5 +1,5 @@ -# List of all the Nil RTOS kernel files.
-KERNSRC = ${NILRTOS}/os/kernel/nil.c
+# List of all the ChibiOS/NIL kernel files.
+KERNSRC = ${CHIBIOS}/os/nil/src/nil.c
# Required include directories
-KERNINC = ${NILRTOS}/os/kernel
+KERNINC = ${CHIBIOS}/os/nil/include
|