aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/arm-trusted-firmware-sunxi
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-sunxi
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-sunxi')
-rw-r--r--package/boot/arm-trusted-firmware-sunxi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/arm-trusted-firmware-sunxi/Makefile b/package/boot/arm-trusted-firmware-sunxi/Makefile
index 0abfbae750..178b3958b8 100644
--- a/package/boot/arm-trusted-firmware-sunxi/Makefile
+++ b/package/boot/arm-trusted-firmware-sunxi/Makefile
@@ -21,6 +21,7 @@ PKG_LICENSE_FILES:=license.md
PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
+include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/trusted-firmware-a.mk
include $(INCLUDE_DIR)/package.mk