aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2016-02-21 17:10:09 +0100
committerStephane D'Alu <sdalu@sdalu.com>2016-02-21 17:10:09 +0100
commit9ff3819e4b56538303d00ae481af62dd4598a1ae (patch)
tree56c10c57a1c4dca4dfae26b38acdb8483d1a524f /os
parente9a1a01f90ab2dae92def1547c81ae778d690cdb (diff)
downloadChibiOS-Contrib-9ff3819e4b56538303d00ae481af62dd4598a1ae.tar.gz
ChibiOS-Contrib-9ff3819e4b56538303d00ae481af62dd4598a1ae.tar.bz2
ChibiOS-Contrib-9ff3819e4b56538303d00ae481af62dd4598a1ae.zip
hide shell errors
Diffstat (limited to 'os')
-rw-r--r--os/hal/ports/NRF51/NRF51822/platform.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/NRF51/NRF51822/platform.mk b/os/hal/ports/NRF51/NRF51822/platform.mk
index 11259e5..f14d7cf 100644
--- a/os/hal/ports/NRF51/NRF51822/platform.mk
+++ b/os/hal/ports/NRF51/NRF51822/platform.mk
@@ -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 \