diff options
Diffstat (limited to 'os/nil')
-rw-r--r-- | os/nil/nil.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/nil/nil.mk b/os/nil/nil.mk index 496100648..f0717ba68 100644 --- a/os/nil/nil.mk +++ b/os/nil/nil.mk @@ -1,7 +1,7 @@ # List of all the ChibiOS/NIL kernel files, there is no need to remove the files
# from this list, you can disable parts of the kernel by editing chconf.h.
ifeq ($(USE_SMART_BUILD),yes)
-CHCONF := $(strip $(shell cat chconf.h | egrep -e "define"))
+CHCONF := $(strip $(shell cat chconf.h | egrep -e "\#define"))
KERNSRC := ${CHIBIOS}/os/nil/src/ch.c
ifneq ($(findstring CH_CFG_USE_MAILBOXES TRUE,$(CHCONF)),)
KERNSRC += $(CHIBIOS)/os/common/oslib/src/chmboxes.c
|