From c225017f0181a65c808b34be2ae86bfc0b90633c Mon Sep 17 00:00:00 2001 From: arnav_s Date: Mon, 10 Jun 2019 16:44:02 -0700 Subject: 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 --- Makefile | 3 +++ ipa.c | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 Makefile create mode 100644 ipa.c 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) +{ +} -- cgit v1.2.3