m5: Allow m5_tab to build aml_*_image
authorNolen Johnson <johnsonnolen@gmail.com>
Sat, 15 Jul 2023 03:09:43 +0000 (23:09 -0400)
committerNolen Johnson <johnsonnolen@gmail.com>
Sat, 15 Jul 2023 03:19:48 +0000 (23:19 -0400)
Change-Id: I273e2b127b007bc809af833e027a518c3235f754

Android.mk
m5_tab/BoardConfig.mk [new file with mode: 0644]

index e229612dea8526c2c1444b9fc4401642e9254909..0eae2221679e5a0b2949eb7c6ce1019ea83bb523 100644 (file)
@@ -4,7 +4,7 @@
 # SPDX-License-Identifier: Apache-2.0
 #
 
-ifeq ($(TARGET_DEVICE), m5)
+ifneq ($(filter m5 m5_tab, $(TARGET_DEVICE)),)
 
 LOCAL_PATH := $(call my-dir)
 include $(call all-makefiles-under,$(LOCAL_PATH))
diff --git a/m5_tab/BoardConfig.mk b/m5_tab/BoardConfig.mk
new file mode 100644 (file)
index 0000000..68bcee2
--- /dev/null
@@ -0,0 +1 @@
+include device/bananapi/m5/BoardConfig.mk