aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-03 10:58:22 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-03 10:58:22 +0000
commite558e86d7401239a9ba369bfac298bdead236ecc (patch)
tree89b103e501add373ec4e430c508c3954384b8130 /os/nil
parent8b133b8c181b0a0a5ba9e1f255c36a3b546c750c (diff)
downloadChibiOS-e558e86d7401239a9ba369bfac298bdead236ecc.tar.gz
ChibiOS-e558e86d7401239a9ba369bfac298bdead236ecc.tar.bz2
ChibiOS-e558e86d7401239a9ba369bfac298bdead236ecc.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9233 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/nil')
-rw-r--r--os/nil/nil.mk2
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