From f262d2aae136d2fe60c3b7314a4a0c5f30d79062 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Wed, 13 Oct 2021 12:51:22 +0200 Subject: u-boot.mk: fix pkg-config usage Using Host/Exports doesn't work as intended, explicitly add the required vars so that u-boot finds the required libraries when building its tools. Signed-off-by: Andre Heider --- package/boot/uboot-mediatek/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/boot/uboot-mediatek') diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile index a5801afa2d..5d9459d461 100644 --- a/package/boot/uboot-mediatek/Makefile +++ b/package/boot/uboot-mediatek/Makefile @@ -111,8 +111,6 @@ UBOOT_TARGETS := \ UBOOT_MAKE_FLAGS += $(UBOOT_IMAGE:.fip=.bin) -Build/Exports:=$(Host/Exports) - define Build/fip-image $(STAGING_DIR_HOST)/bin/fiptool create \ --soc-fw $(STAGING_DIR_IMAGE)/$(BUILD_SUBTARGET)-$(BL2_BOOTDEV)-$(BL2_DDRBLOB)ddr-bl31.bin \ -- cgit v1.2.3