diff options
author | Lukas Auer <lukas.auer@aisec.fraunhofer.de> | 2018-11-22 11:26:11 +0100 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2018-11-26 13:57:28 +0800 |
commit | 17f2ffea36bf9d2ef7238cfd52b8872cbb50034a (patch) | |
tree | a8d0ebbdb3b35b9289e391d4489c37d80d655777 /dts | |
parent | 07c098b7d61ee37d700f5e4bc4ea7ff30c0d8f32 (diff) | |
download | u-boot-17f2ffea36bf9d2ef7238cfd52b8872cbb50034a.zip u-boot-17f2ffea36bf9d2ef7238cfd52b8872cbb50034a.tar.gz u-boot-17f2ffea36bf9d2ef7238cfd52b8872cbb50034a.tar.bz2 |
dts: riscv: update makefile to also clean the RISC-V dts directory
Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'dts')
-rw-r--r-- | dts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/Makefile b/dts/Makefile index 9a9a3d5..cd6e9a9 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 ../arch/powerpc/dts +subdir- += ../arch/arm/dts ../arch/microblaze/dts ../arch/mips/dts ../arch/sandbox/dts ../arch/x86/dts ../arch/powerpc/dts ../arch/riscv/dts |