
rmnet_aps version 1.0. Change-Id: I71412c591236da71eecff26cf2d1a1c29f6681b4 Signed-off-by: Weiyi Chen <quic_weiyic@quicinc.com>
7 linhas
181 B
Makefile
7 linhas
181 B
Makefile
obj-m += rmnet_aps.o
|
|
ccflags-y := -I$(RMNET_CORE_INC_DIR) \
|
|
$(call cc-option,-Wno-misleading-indentation)
|
|
rmnet_aps-y := \
|
|
rmnet_aps_main.o \
|
|
rmnet_aps_genl.o
|