summaryrefslogtreecommitdiff
Diffstat
-rwxr-xr-xinclude/vnd_meson6.txt (copied from include/vnd_40183.txt)2
-rwxr-xr-xinclude/vnd_meson6_lpm.txt (copied from include/vnd_40183.txt)7
-rwxr-xr-xinclude/vnd_meson8.txt (copied from include/vnd_40183.txt)2
-rwxr-xr-xinclude/vnd_meson8_lpm.txt (renamed from include/vnd_40183.txt)7
-rwxr-xr-xvnd_buildcfg.mk6
5 files changed, 16 insertions, 8 deletions
diff --git a/vnd_buildcfg.mk b/vnd_buildcfg.mk
index d67a79c..afc3c3a 100755
--- a/vnd_buildcfg.mk
+++ b/vnd_buildcfg.mk
@@ -1,9 +1,11 @@
intermediates := $(local-intermediates-dir)
ifeq ($(BCM_BLUETOOTH_LPM_ENABLE),true)
-SRC := $(call my-dir)/include/vnd_40183_lpm.txt
+SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix _lpm.txt,$(basename $(TARGET_BOARD_PLATFORM))))
+#SRC := $(call my-dir)/include/vnd_40183_lpm.txt
else
-SRC := $(call my-dir)/include/vnd_40183.txt
+SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_BOARD_PLATFORM))))
+#SRC := $(call my-dir)/include/vnd_40183.txt
endif
ifeq (,$(wildcard $(SRC)))
# configuration file does not exist. Use default one