Kbuild 181 B

123456
  1. obj-m += rmnet_aps.o
  2. ccflags-y := -I$(RMNET_CORE_INC_DIR) \
  3. $(call cc-option,-Wno-misleading-indentation)
  4. rmnet_aps-y := \
  5. rmnet_aps_main.o \
  6. rmnet_aps_genl.o