From e845aa2a518beca9bf65c6777d2af52352c5ab4a Mon Sep 17 00:00:00 2001 From: Piotr Kubik Date: Tue, 5 Dec 2023 18:32:10 +0100 Subject: [PATCH] libvoice-broadcom: remove CONFIG_BCM_CHIP_ID Use SUBTARGET variable that already contains CHIP_ID. --- libvoice-broadcom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvoice-broadcom/Makefile b/libvoice-broadcom/Makefile index dc2eeb70f..9af569025 100644 --- a/libvoice-broadcom/Makefile +++ b/libvoice-broadcom/Makefile @@ -28,7 +28,7 @@ PKG_CONFIG_DEPENDS:=CONFIG_TARGET_BOARD LIBVOICE_PKG_BUILD_DIR := $(PKG_BUILD_DIR) -export CONFIG_BCM_CHIP_ID +export BCM_CHIP_ID:=$(SUBTARGET) include $(INCLUDE_DIR)/package.mk