
Add the base changes for rmnet_perf. CRs-Fixed: 3012130 Change-Id: Ie4d33ebe9457a06661440ea46bd09694b1c44b4c Signed-off-by: Subash Abhinov Kasiviswanathan <quic_subashab@quicinc.com>
6 lines
173 B
Makefile
6 lines
173 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
|