Skip to content

Commit 5bd293c

Browse files
alk3pInjectionOmarAlsmehan
authored andcommitted
techpack: {datarmnet, -ext}: Build stuff inline
Change-Id: I3d8715eb0c86af4aaee2f0d01a7c84969c9f38b3 (cherry picked from commit f1544135b64e55c0ef453e988893d1736b9c6fd0) Signed-off-by: Madara273 <ravenhoxs@gmail.com> Signed-off-by: Robin <hanya8493@gmail.com>
1 parent a115ed6 commit 5bd293c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

techpack/datarmnet-ext/offload/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#rmnet_perf needs the symbols from the core driver module
22
KBUILD_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
66
ccflags-y := -I$(RMNET_CORE_INC_DIR) \
77
$(call cc-option,-Wno-misleading-indentation)

techpack/datarmnet-ext/offload/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
menuconfig 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

techpack/datarmnet-ext/shs/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#rmnet_shs needs the symbols from the core driver module
22
KBUILD_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
66
ccflags-y := -I$(RMNET_CORE_INC_DIR) \
77
$(call cc-option,-Wno-misleading-indentation)

techpack/datarmnet/core/Kbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
obj-m += rmnet_core.o
2-
obj-m += rmnet_ctl.o
1+
obj-y += rmnet_core.o
2+
obj-y += rmnet_ctl.o
33
rmnet_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

techpack/datarmnet/core/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
menuconfig 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

1414
menuconfig 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.

0 commit comments

Comments
 (0)