From 9ff3819e4b56538303d00ae481af62dd4598a1ae Mon Sep 17 00:00:00 2001 From: Stephane D'Alu Date: Sun, 21 Feb 2016 17:10:09 +0100 Subject: hide shell errors --- os/hal/ports/NRF51/NRF51822/platform.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') 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 \ -- cgit v1.2.3