From e558e86d7401239a9ba369bfac298bdead236ecc Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 3 Apr 2016 10:58:22 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9233 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/nil/nil.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/nil') 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 -- cgit v1.2.3