Merge "audio-kernel: Enable out of tree compilaton" into audio-kernel.lnx.5.10

This commit is contained in:
Linux Build Service Account
2020-12-20 23:03:21 -08:00
committed by Gerrit - the friendly Code Review server
12 changed files with 348 additions and 78 deletions

View File

@@ -0,0 +1,6 @@
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