Re: [U-Boot] [PATCH v2 1/9] devicetree: use wildcard to clean arch subdir

2016-01-13 Thread Simon Glass
On 5 January 2016 at 18:49, Thomas Chou wrote: > Use wildcard to clean arch subdirectories, as it is cleaner than > listing all the arch which builds dtb. > > Signed-off-by: Thomas Chou > Reviewed-by: Bin Meng > --- > v2 > no

[U-Boot] [PATCH v2 1/9] devicetree: use wildcard to clean arch subdir

2016-01-05 Thread Thomas Chou
Use wildcard to clean arch subdirectories, as it is cleaner than listing all the arch which builds dtb. Signed-off-by: Thomas Chou Reviewed-by: Bin Meng --- v2 no change dts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git