diff options
| author | Jagdish Gediya <[email protected]> | 2018-09-03 21:35:06 +0530 |
|---|---|---|
| committer | York Sun <[email protected]> | 2018-09-27 10:13:38 -0700 |
| commit | 7d7a8e99e4b7160c777b83db02d3a8f07b289c12 (patch) | |
| tree | bac8890ad1a9aa2345fe30345792ae89c08c0615 /dts/Makefile | |
| parent | 4d3294b1d5281f9c3f62b47ba17250eb0035df4d (diff) | |
powerpc/dts: Makefile changes to clean and build dts
Signed-off-by: Jagdish Gediya <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'dts/Makefile')
| -rw-r--r-- | dts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/Makefile b/dts/Makefile index 36dfbe76d1e..9a9a3d5c98e 100644 --- a/dts/Makefile +++ b/dts/Makefile @@ -61,4 +61,4 @@ dtbs: $(obj)/dt.dtb $(obj)/dt-spl.dtb clean-files := dt.dtb.S dt-spl.dtb.S # 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 |
