From 156a195bf72bd366f91e03c170ad4b344797778a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 2 Sep 2013 13:56:36 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6249 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/nil/nil.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/nil') 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 -- cgit v1.2.3