mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-12 03:58:40 +01:00
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 <andreas.gnau@iopsys.eu>
This commit is contained in:
parent
9f3e2ae06d
commit
dcdf4e82e5
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue