4 lines
124 B
Makefile
4 lines
124 B
Makefile
obj-m += rmnet_sch.o
|
|
ccflags-y := $(call cc-option,-Wno-misleading-indentation)
|
|
rmnet_sch-y := \
|
|
rmnet_sch_main.o \
|