74ce1896c6
We need to add "clean-files" in Makfiles to clean up DT blobs, but we often miss to do so. Since there are no source files that end with .dtb or .dtb.S, so we can clean-up those files from the top-level Makefile. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Rob Herring <robh@kernel.org>
6 lines
129 B
Makefile
6 lines
129 B
Makefile
dtb-$(CONFIG_ARCH_LG1K) += lg1312-ref.dtb
|
|
dtb-$(CONFIG_ARCH_LG1K) += lg1313-ref.dtb
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|