Files
android_kernel_samsung_sm86…/offload/Kbuild
Conner Huff 2e6ad41a6c datarmnet-ext: Enable rmnet_offload compilation for taro
Port and adjust code as needed to enable compilation of
rmnet_offload.ko for taro.

Change-Id: Iecc502222dbb65b12e0f7b9625346346dfdf2f15
Signed-off-by: Conner Huff <chuff@codeaurora.org>
2021-02-01 16:41:58 -08: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