Files
android_kernel_samsung_sm86…/wlan/Kbuild
Sean Tranchetti b7ca2db0ec rmnet_wlan: I99b277c4c8f699c7fa057318aca4894588fdd574
Adds the initial rmnet_wlan module.

Change-Id: Ibf80879ec062150058b8db6d527df936bd2ae7a0
Signed-off-by: Sean Tranchetti <stranche@codeaurora.org>
2021-03-26 13:39:42 -07:00

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