Skip to content
Snippets Groups Projects
Commit 7d7a8e99 authored by Jagdish Gediya's avatar Jagdish Gediya Committed by York Sun
Browse files

powerpc/dts: Makefile changes to clean and build dts

parent 4d3294b1
No related branches found
No related tags found
No related merge requests found
# SPDX-License-Identifier: GPL-2.0+
targets += $(dtb-y)
# Add any required device tree compiler flags here
DTC_FLAGS +=
PHONY += dtbs
dtbs: $(addprefix $(obj)/, $(dtb-y))
@:
clean-files := *.dtb
...@@ -61,4 +61,4 @@ dtbs: $(obj)/dt.dtb $(obj)/dt-spl.dtb ...@@ -61,4 +61,4 @@ dtbs: $(obj)/dt.dtb $(obj)/dt-spl.dtb
clean-files := dt.dtb.S dt-spl.dtb.S clean-files := dt.dtb.S dt-spl.dtb.S
# Let clean descend into dts directories # Let clean descend into dts directories
subdir- += ../arch/arm/dts ../arch/microblaze/dts ../arch/mips/dts ../arch/sandbox/dts ../arch/x86/dts subdir- += ../arch/arm/dts ../arch/microblaze/dts ../arch/mips/dts ../arch/sandbox/dts ../arch/x86/dts ../arch/powerpc/dts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment