From dcdf4e82e5fa43e5893047861e59037780124766 Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Wed, 24 Apr 2024 15:47:30 +0200 Subject: [PATCH] voicmngr: Do not set flags for BCM explicitly Do not set CFLAGS and others explicitly for BCM, the ones set by bcm-toolchain.mk since feeds/broadcom commit 3191be5482a8 (bcmkernel: toolchain: Set more flags and tools, 2024-04-17) are sufficient. Signed-off-by: Andreas Gnau --- voicemngr/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/voicemngr/Makefile b/voicemngr/Makefile index 6c0628185..022c77635 100644 --- a/voicemngr/Makefile +++ b/voicemngr/Makefile @@ -48,10 +48,6 @@ define Package/$(PKG_NAME) ifeq ($(CONFIG_TARGET_brcmbca),y) include $(TOPDIR)/feeds/broadcom/bcmkernel/bcm-toolchain.mk - TARGET_CFLAGS := -I$(STAGING_DIR)/usr/include/bcm963xx/ - TARGET_CPPFLAGS := - TARGET_CXXFLAGS := - EXTRA_CFLAGS := endif