summaryrefslogtreecommitdiff
path: root/os_pickup.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os_pickup.mk')
-rw-r--r--os_pickup.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/os_pickup.mk b/os_pickup.mk
new file mode 100644
index 0000000..6103ffb
--- /dev/null
+++ b/os_pickup.mk
@@ -0,0 +1,4 @@
+ifeq ($(TARGET_BOARD_PLATFORM),sdm845)
+LOCAL_PATH := $(call my-dir)
+include $(call first-makefiles-under,$(LOCAL_PATH))
+endif