hide shell errors

This commit is contained in:
Stephane D'Alu 2016-02-21 17:10:09 +01:00
parent e9a1a01f90
commit 9ff3819e4b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ifeq ($(USE_SMART_BUILD),yes)
HALCONF := $(strip $(shell cat halconf.h halconf_community.h | egrep -e "define"))
HALCONF := $(strip $(shell cat halconf.h halconf_community.h 2>/dev/null | egrep -e "define"))
# List of all the NRF51x platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \