6 lines
173 B
Text
6 lines
173 B
Text
|
|
obj-m += rmnet_perf.o
|
||
|
|
#Need core headers
|
||
|
|
ccflags-y := -I$(RMNET_CORE_INC_DIR) \
|
||
|
|
$(call cc-option,-Wno-misleading-indentation)
|
||
|
|
rmnet_perf-y := rmnet_perf_main.o
|