From 34d5a178ae39fb592913bb8cb5dcdbaff30317e7 Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Wed, 24 Apr 2024 16:09:57 +0200 Subject: [PATCH] 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 --- voicemngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voicemngr/Makefile b/voicemngr/Makefile index 1c75359dd..fa9c7f447 100644 --- a/voicemngr/Makefile +++ b/voicemngr/Makefile @@ -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