build system switch to cmake
Remove old build system at the same time Change-Id: Ifdffe1fcd4cfece05f036d8de6e7cb74aca65f62
This commit is contained in:
7
cmake/modules/Kbuild.in
Normal file
7
cmake/modules/Kbuild.in
Normal file
@@ -0,0 +1,7 @@
|
||||
ccflags-y := @ccflags@
|
||||
src := @CMAKE_CURRENT_SOURCE_DIR@
|
||||
|
||||
KBUILD_EXTRA_SYMBOLS := @EXTRA_SYMBOLS@
|
||||
|
||||
obj-m := @MODULE_NAME@.o
|
||||
@MODULE_NAME@-y := @OBJECTS@
|
||||
Reference in New Issue
Block a user