mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
git-subtree-dir: qcom/video git-subtree-mainline:3081130db9git-subtree-split:c14ae5acb6Change-Id: I567b670bd8b61e14b12c65bfe00c80d934e1286f
10 lines
152 B
Makefile
10 lines
152 B
Makefile
KBUILD_OPTIONS+=KBUILD_EXTMOD_DTS=.
|
|
|
|
all: dtbs
|
|
|
|
clean:
|
|
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean
|
|
|
|
%:
|
|
$(MAKE) -C $(KERNEL_SRC) M=$(M) $@ $(KBUILD_OPTIONS)
|