
git-subtree-dir: qcom/opensource/datarmnet-ext git-subtree-mainline:16648ad2df
git-subtree-split:e7a27480ae
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/datarmnet-ext tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
10 lines
240 B
Makefile
10 lines
240 B
Makefile
obj-m += rmnet_wlan.o
|
|
ccflags-y := -I$(RMNET_CORE_INC_DIR) \
|
|
$(call cc-option,-Wno-misleading-indentation)
|
|
rmnet_wlan-y := \
|
|
rmnet_wlan_main.o \
|
|
rmnet_wlan_genl.o \
|
|
rmnet_wlan_stats.o \
|
|
rmnet_wlan_fragment.o \
|
|
rmnet_wlan_connection.o
|