Kbuild.cmake 81 Bytes
Newer Older
1 2
src=${dir}
obj-m += ${name}.o
3 4
${name}-y += ${objs}
ccflags-y += ${module_cc_opt}