aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/arm-trusted-firmware-mvebu
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-mvebu
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-mvebu')
-rw-r--r--package/boot/arm-trusted-firmware-mvebu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/arm-trusted-firmware-mvebu/Makefile b/package/boot/arm-trusted-firmware-mvebu/Makefile
index 9a7e1340a9..dba4836a6b 100644
--- a/package/boot/arm-trusted-firmware-mvebu/Makefile
+++ b/package/boot/arm-trusted-firmware-mvebu/Makefile
@@ -13,6 +13,7 @@ PKG_HASH:=53422dc649153838e03820330ba17cb10afe3e330ecde0db11e4d5f1361a33e6
PKG_MAINTAINER:=Vladimir Vid <vladimir.vid@sartura.hr>
+include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/trusted-firmware-a.mk
include $(INCLUDE_DIR)/package.mk