Forráskód Böngészése

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 <[email protected]>

arnav_s 5 éve
szülő
commit
c225017f01
2 módosított fájl, 8 hozzáadás és 0 törlés
  1. 3 0
      Makefile
  2. 5 0
      ipa.c

+ 3 - 0
Makefile

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

+ 5 - 0
ipa.c

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