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:
Andreas Gnau 2024-04-24 16:09:57 +02:00
parent 6cfb68796e
commit 34d5a178ae
No known key found for this signature in database

View file

@ -29,7 +29,7 @@ endif
PKG_CONFIG_DEPENDS:=CONFIG_TARGET_BOARD PKG_CONFIG_DEPENDS:=CONFIG_TARGET_BOARD
include $(INCLUDE_DIR)/package.mk 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 TARGET_CFLAGS += -Wall -Werror