Files
chandu078 24f378b3cb qcom: audio-kernel: Import oplus changes from CPH2723_15.0.2.103(EX01)
Change-Id: Iac28a6037d53d9e79a4c6619a78ce82848fdcf95
2025-08-10 14:27:04 +05:30

7 lines
190 B
Makefile

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