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>
This commit is contained in:
arnav_s
2019-06-10 16:44:02 -07:00
parent 218652a728
commit c225017f01
2 changed files with 8 additions and 0 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
ccflags-y := -Wno-unused-function
obj-y := dataipa.o

5
ipa.c Normal file
View File

@@ -0,0 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
static void _dataipa_techpack_stub(void)
{
}