
Adds the initial rmnet_wlan module. Change-Id: Ibf80879ec062150058b8db6d527df936bd2ae7a0 Signed-off-by: Sean Tranchetti <stranche@codeaurora.org>
9 regels
213 B
Makefile
9 regels
213 B
Makefile
obj-m += rmnet_wlan.o
|
|
ccflags-y := $(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
|