Rtwo/kernel/motorola/sm8550-modules/qcom/opensource/datarmnet-ext/shs/Kbuild
2025-09-30 19:22:48 -05:00

13 lines
347 B
Makefile

obj-m += rmnet_shs.o
#Need core headers
ccflags-y := -I$(RMNET_CORE_INC_DIR) \
$(call cc-option,-Wno-misleading-indentation)
rmnet_shs-y := rmnet_shs_config.o \
rmnet_shs_ll.o \
rmnet_shs_main.o \
rmnet_shs_common.o \
rmnet_shs_wq.o \
rmnet_shs_freq.o \
rmnet_shs_wq_mem.o \
rmnet_shs_wq_genl.o \
rmnet_shs_modules.o