Kbuild 240 B

123456789
  1. obj-m += rmnet_wlan.o
  2. ccflags-y := -I$(RMNET_CORE_INC_DIR) \
  3. $(call cc-option,-Wno-misleading-indentation)
  4. rmnet_wlan-y := \
  5. rmnet_wlan_main.o \
  6. rmnet_wlan_genl.o \
  7. rmnet_wlan_stats.o \
  8. rmnet_wlan_fragment.o \
  9. rmnet_wlan_connection.o