aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/arm-trusted-firmware-bcm63xx/Makefile
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-08-11 23:29:52 +0200
committerDaniel Golle <daniel@makrotopia.org>2022-08-28 19:01:55 +0100
commit14ce999924012b99c61b336527d1bc224823b78a (patch)
tree6165fbb689affc235d1bacc2f185351657a22d1b /package/boot/arm-trusted-firmware-bcm63xx/Makefile
parent8686a9a085d4313a0107a3e4378b3762c8293570 (diff)
downloadupstream-14ce999924012b99c61b336527d1bc224823b78a.tar.gz
upstream-14ce999924012b99c61b336527d1bc224823b78a.tar.bz2
upstream-14ce999924012b99c61b336527d1bc224823b78a.zip
trusted-firmware-a.mk: pass DTC path similar to u-boot.mk
Instead of relying on dtc being provided by the build host use the dtc from $(LINUX_DIR) similar to how it's done also in u-boot.mk. For this to work kernel.mk now needs to be included before trusted-firmware-a.mk, add this include to all affected packages. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/boot/arm-trusted-firmware-bcm63xx/Makefile')
-rw-r--r--package/boot/arm-trusted-firmware-bcm63xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/arm-trusted-firmware-bcm63xx/Makefile b/package/boot/arm-trusted-firmware-bcm63xx/Makefile
index 12571e8d96..7db1fbfff0 100644
--- a/package/boot/arm-trusted-firmware-bcm63xx/Makefile
+++ b/package/boot/arm-trusted-firmware-bcm63xx/Makefile
@@ -13,6 +13,7 @@ PKG_MIRROR_HASH:=9d5d04f572b1b6ddc6eb3064b9cb09f5fe982e82d350790041d35316349af12
PKG_MAINTAINER:=Rafał Miłecki <rafal@milecki.pl>
+include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/trusted-firmware-a.mk
include $(INCLUDE_DIR)/package.mk