summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 1a92e94..9f9d389 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -15,5 +15,10 @@
# Use the non-open-source part, if present
-include vendor/samsung/maguro/BoardConfigVendor.mk
+# Use the open-source board-info file if none was set by the vendor
+# config.
+TARGET_BOARD_INFO_FILE ?= device/samsung/maguro/board-info.txt
+
# Use the part that is common between all tunas
include device/samsung/tuna/BoardConfig.mk
+