
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>
9 строки
331 B
Makefile
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
|