Files
kernel_oneplus_sm8550-devic…/Makefile
Chandan Uddaraju 267af5afd7 ARM: dts: msm: add support for devicetree overlay for waipio
Add changes to overlay display dt files with
kernel Soc and platform specific device-tree files.

Change-Id: I9c56bb271d518e338d4325229aa78228400c1948
2021-01-15 12:01:36 -08:00

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)