summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWademar Brodkorb <wbx@openadk.org>2024-08-08 09:59:25 +0200
committerWademar Brodkorb <wbx@openadk.org>2024-08-11 04:34:00 +0200
commitddde768a915e26ec040fdfce35e4f391e4407794 (patch)
treef0385d134bee1a0c7ea45d6864a7fa96a5dbace7 /target/arm/Makefile
parent14c203056941af5c108c4a54afc764e26d0df393 (diff)
banana-pro: bring it in shape
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index f6ddf3c76..280e954b7 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -205,6 +205,9 @@ endif
ifeq ($(ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK),y)
VENDOR:=ti/omap/
endif
+ifeq ($(ADK_TARGET_SYSTEM_BANANA_PRO),y)
+VENDOR:=allwinner/
+endif
endif
dtb-install:
@@ -245,7 +248,7 @@ ifeq ($(ADK_TARGET_BOARD_BCM28XX),y)
done
endif
ifeq ($(ADK_TARGET_SYSTEM_BANANA_PRO),y)
- ${KERNEL_MAKE} sun7i-a20-bananapro.dtb $(MAKE_TRACE)
+ ${KERNEL_MAKE} $(VENDOR)sun7i-a20-bananapro.dtb $(MAKE_TRACE)
endif
ifeq ($(ADK_TARGET_SYSTEM_ORANGE_PI0),y)
${KERNEL_MAKE} sun8i-h2-plus-orangepi-zero.dtb $(MAKE_TRACE)