7 lines
181 B
Makefile
Executable File
7 lines
181 B
Makefile
Executable File
obj-m += rmnet_aps.o
|
|
ccflags-y := -I$(RMNET_CORE_INC_DIR) \
|
|
$(call cc-option,-Wno-misleading-indentation)
|
|
rmnet_aps-y := \
|
|
rmnet_aps_main.o \
|
|
rmnet_aps_genl.o
|