
git-subtree-dir: qcom/opensource/datarmnet-ext git-subtree-mainline:16648ad2df
git-subtree-split:e7a27480ae
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/datarmnet-ext tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
9 lignes
331 B
Makefile
9 lignes
331 B
Makefile
obj-m += rmnet_offload.o
|
|
#Need core headers
|
|
ccflags-y := -I$(RMNET_CORE_INC_DIR) \
|
|
$(call cc-option,-Wno-misleading-indentation)
|
|
rmnet_offload-y := rmnet_offload_state.o rmnet_offload_main.o \
|
|
rmnet_offload_engine.o rmnet_offload_tcp.o \
|
|
rmnet_offload_udp.o rmnet_offload_stats.o \
|
|
rmnet_offload_knob.o
|