diff options
Diffstat (limited to 'os/nil/nil.mk')
-rw-r--r-- | os/nil/nil.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/nil/nil.mk b/os/nil/nil.mk new file mode 100644 index 000000000..51f0e8083 --- /dev/null +++ b/os/nil/nil.mk @@ -0,0 +1,5 @@ +# List of all the ChibiOS/NIL kernel files.
+KERNSRC = ${CHIBIOS}/os/nil/src/nil.c
+
+# Required include directories
+KERNINC = ${CHIBIOS}/os/nil/include
|