Kbuild 347 B

12345678910111213
  1. obj-m += rmnet_shs.o
  2. #Need core headers
  3. ccflags-y := -I$(RMNET_CORE_INC_DIR) \
  4. $(call cc-option,-Wno-misleading-indentation)
  5. rmnet_shs-y := rmnet_shs_config.o \
  6. rmnet_shs_ll.o \
  7. rmnet_shs_main.o \
  8. rmnet_shs_common.o \
  9. rmnet_shs_wq.o \
  10. rmnet_shs_freq.o \
  11. rmnet_shs_wq_mem.o \
  12. rmnet_shs_wq_genl.o \
  13. rmnet_shs_modules.o