mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
voicemngr: Don't error for non-existing bcm-toolchain.mk
When compiling for other platforms than Broadcom, the broadcom feed with its packages does not exist, so ignore the error if the file does not exist. Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
This commit is contained in:
parent
6cfb68796e
commit
34d5a178ae
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ endif
|
|||
PKG_CONFIG_DEPENDS:=CONFIG_TARGET_BOARD
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(TOPDIR)/package/feeds/broadcom/bcmkernel/bcm-toolchain.mk
|
||||
-include $(TOPDIR)/package/feeds/broadcom/bcmkernel/bcm-toolchain.mk
|
||||
|
||||
TARGET_CFLAGS += -Wall -Werror
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue