Rtwo/kernel/motorola/sm8550-modules/qcom/opensource/audio-kernel/asoc/Makefile

7 lines
190 B
Makefile
Raw Normal View History

2025-09-30 20:22:48 -04:00
modules:
$(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS) VERBOSE=1
modules_install:
$(MAKE) M=$(M) -C $(KERNEL_SRC) modules_install
clean:
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean