Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dyyu
openairinterface5G
81f36fed7b71487d7f790c17b59d1db05b7cf88b
81f36fed7b71487d7f790c17b59d1db05b7cf88b
Switch branch/tag
openairinterface5g
cmake_targets
Kbuild.cmake
Find file
Normal view
History
Permalink
Kbuild.cmake
90 Bytes
Newer
Older
Added cmake build modules generic function and nasmesh module
thomasl
committed
Mar 05, 2015
1
2
3
4
src=
${
dir
}
obj-m +=
${
name
}
.o
${
name
}
-y :=
${
objs
}
ccflags-y +=
${
module_compile_options
}