Files
android_kernel_samsung_sm86…/wlan/Kbuild
Elmer Melendez ad211dd2c5 rmnet_wlan: I92b7224d3982c2aee0bb97464a8ba5768c31e3c7
Updates the module to version I92b7224d3982c2aee0bb97464a8ba5768c31e3c7

Change-Id: I54c0ea9da7ec38a03e11a9c5889eef617ae70585
Signed-off-by: Elmer Melendez <quic_emelende@quicinc.com>
2022-05-01 21:41:14 -06:00

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