summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew F. Davis2018-09-12 12:57:40 -0500
committerAndrew F. Davis2018-09-12 12:57:40 -0500
commit1e9ef039c592036ff0a015b9bbc27538a58e131f (patch)
tree9f9ff2d3245aa3e72cc44b4e51bab25746187771
parent29e6f94d30c16933d801b07bd50bc929099a407c (diff)
downloadhardware-ti-am65x-1e9ef039c592036ff0a015b9bbc27538a58e131f.tar.gz
hardware-ti-am65x-1e9ef039c592036ff0a015b9bbc27538a58e131f.tar.xz
hardware-ti-am65x-1e9ef039c592036ff0a015b9bbc27538a58e131f.zip
Add top level makefile to direct build into sub-directories
Signed-off-by: Andrew F. Davis <afd@ti.com>
-rw-r--r--Android.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..528df43
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,9 @@
1ifeq ($(TARGET_BOARD_PLATFORM), $(filter $(TARGET_BOARD_PLATFORM), am65x))
2
3LOCAL_PATH:= $(call my-dir)
4
5include $(call first-makefiles-under,$(LOCAL_PATH))
6
7$(clear-android-api-vars)
8
9endif