audio: dts: remove modules from makefile

Remove modules from makefile to avoid
redudant compilation.

Change-Id: Iddadfae98572e3aa5d3122cbc87e1af162c92f2d
This commit is contained in:
Meng Wang
2021-04-20 22:12:04 +08:00
parent 3ea2f68074
commit 61bd919cdf

View File

@@ -10,7 +10,7 @@ KBUILD_OPTIONS += MODNAME=audio-devicetree
all: dtbs
dtbs:
$(MAKE) -C $(KERNEL_SRC) M=$(M) modules dtbs $(KBUILD_OPTIONS)
$(MAKE) -C $(KERNEL_SRC) M=$(M) dtbs $(KBUILD_OPTIONS)
modules_install:
$(MAKE) M=$(M) -C $(KERNEL_SRC) modules_install