summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarnav_s <arnav_s@codeaurora.org>2019-06-10 16:44:02 -0700
committerarnav_s <arnav_s@codeaurora.org>2019-06-10 17:36:20 -0700
commitc225017f0181a65c808b34be2ae86bfc0b90633c (patch)
tree51d04bb8dfaf5e42985e85fcccf6a5f9cafd1ca0
parent218652a728e260610bdb4241d43dd27015cd3654 (diff)
downloaddataipa-c225017f0181a65c808b34be2ae86bfc0b90633c.tar.gz
Add Makefile support for DataIPA Driver
This change adds dummy Makefile support to compile display driver project along with base kernel. Signed-off-by: Arnav Sharma <arnav_s@codeaurora.org>
-rw-r--r--Makefile3
-rw-r--r--ipa.c5
2 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..db4e98c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: GPL-2.0-only
+ccflags-y := -Wno-unused-function
+obj-y := dataipa.o
diff --git a/ipa.c b/ipa.c
new file mode 100644
index 0000000..09b7de2
--- /dev/null
+++ b/ipa.c
@@ -0,0 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
+static void _dataipa_techpack_stub(void)
+{
+}