ファイル
android_kernel_samsung_sm86…/qcom/opensource/datarmnet-ext/offload/Kbuild
David Wronek 2d61911ef6 Add 'qcom/opensource/datarmnet-ext/' from commit 'e7a27480ae7c8dbc5508a8dcfa69c5628d3afe2d'
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
2024-10-06 16:44:21 +02:00

9 行
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