Browse Source

touch-driver: add KBUILD_OPTIONS for standalone kernel compilation

add KBUILD_OPTIONS for standalone kernel compilation.

Change-Id: I392f3eb1f9fb7414c888da720088de96bd487660
Signed-off-by: Surya Teja Kudiri <[email protected]>
Surya Teja Kudiri 2 years ago
parent
commit
dd83644578
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -1,5 +1,6 @@
 
 KBUILD_OPTIONS+= TOUCH_ROOT=$(KERNEL_SRC)/$(M)
+KBUILD_OPTIONS += MODNAME?=touch_dlkm
 
 all:
 	$(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS)