Kbuild 176 B

1234567
  1. obj-m += rmnet_mem.o
  2. ccflags-y := $(call cc-option,-Wno-misleading-indentation)
  3. rmnet_mem-y := \
  4. rmnet_mem_main.o \
  5. rmnet_mem_nl.o \
  6. rmnet_mem_pool.o