File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# rmnet_perf needs the symbols from the core driver module
22KBUILD_EXTRA_SYMBOLS := $(shell pwd) /../../$(RMNET_CORE_PATH ) /Module.symvers
33
4- obj-m += rmnet_offload.o
4+ obj-y += rmnet_offload.o
55# Need core headers
66ccflags-y := -I$(RMNET_CORE_INC_DIR ) \
77 $(call cc-option,-Wno-misleading-indentation)
Original file line number Diff line number Diff line change 44
55menuconfig RMNET_OFFLOAD
66 tristate "Rmnet offload support"
7- default m
7+ default y
88 depends on RMNET_CORE
99 ---help---
1010 Offload support for the RmNet driver
Original file line number Diff line number Diff line change 11# rmnet_shs needs the symbols from the core driver module
22KBUILD_EXTRA_SYMBOLS := $(shell pwd) /../../$(RMNET_CORE_PATH ) /Module.symvers
33
4- obj-m += rmnet_shs.o
4+ obj-y += rmnet_shs.o
55# Need core headers
66ccflags-y := -I$(RMNET_CORE_INC_DIR ) \
77 $(call cc-option,-Wno-misleading-indentation)
Original file line number Diff line number Diff line change 1- obj-m += rmnet_core.o
2- obj-m += rmnet_ctl.o
1+ obj-y += rmnet_core.o
2+ obj-y += rmnet_ctl.o
33rmnet_core-y := rmnet_config.o rmnet_handlers.o rmnet_descriptor.o \
44 rmnet_genl.o rmnet_map_command.o rmnet_map_data.o rmnet_vnd.o\
55 qmi_rmnet.o wda_qmi.o dfc_qmi.o dfc_qmap.o
Original file line number Diff line number Diff line change 33#
44
55menuconfig RMNET_CORE
6- default m
6+ default y
77 select GRO_CELLS
88 ---help---
99 If you select this, you will enable the RMNET module which is used
@@ -12,7 +12,7 @@ menuconfig RMNET_CORE
1212 any IP mode physical device.
1313
1414menuconfig RMNET_CTL
15- default m
15+ default y
1616 ---help---
1717 Enable the RMNET CTL module which is used for handling QMAP commands
1818 for flow control purposes.
You can’t perform that action at this time.
0 commit comments