
Updates the module to version I6df3a0c3013de343f4e679db4d3654ff7f078f96 Change-Id: I6df3a0c3013de343f4e679db4d3654ff7f078f96 Signed-off-by: Sean Tranchetti <quic_stranche@quicinc.com>
8 líneas
215 B
Makefile
8 líneas
215 B
Makefile
obj-m += rmnet_perf.o
|
|
#Need core headers
|
|
ccflags-y := -I$(RMNET_CORE_INC_DIR) \
|
|
$(call cc-option,-Wno-misleading-indentation)
|
|
rmnet_perf-y := rmnet_perf_main.o \
|
|
rmnet_perf_tcp.o \
|
|
rmnet_perf_udp.o
|