5 lines
173 B
Makefile
5 lines
173 B
Makefile
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
|