
Initial commit of the module. CRs-Fixed: 2813607 Change-Id: Ib5790d9be711b975231a38fde1a87a23dbdb5bd2 Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
6 lines
194 B
Makefile
6 lines
194 B
Makefile
obj-m += rmnet_perf_tether.o
|
|
#Need core headers
|
|
ccflags-y := -I$(RMNET_CORE_INC_DIR) \
|
|
$(call cc-option,-Wno-misleading-indentation)
|
|
rmnet_perf_tether-y := rmnet_perf_tether_main.o
|