All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/7] devicetree: use wildcard to clean arch subdir
@ 2015-12-27 13:44 Thomas Chou
  2015-12-27 13:44 ` [U-Boot] [PATCH 2/7] arc: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE Thomas Chou
                   ` (7 more replies)
  0 siblings, 8 replies; 36+ messages in thread
From: Thomas Chou @ 2015-12-27 13:44 UTC (permalink / raw)
  To: u-boot

Use wildcard to clean arch subdirectories, as it is cleaner than
listing all the arch which builds dtb.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
---
 dts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dts/Makefile b/dts/Makefile
index d3122aa..dbde703 100644
--- a/dts/Makefile
+++ b/dts/Makefile
@@ -45,4 +45,4 @@ dtbs: $(obj)/dt.dtb
 clean-files := dt.dtb.S
 
 # Let clean descend into dts directories
-subdir- += ../arch/arm/dts ../arch/microblaze/dts ../arch/sandbox/dts ../arch/x86/dts
+subdir- += ../arch/*/dts
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2016-01-13 20:10 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-27 13:44 [U-Boot] [PATCH 1/7] devicetree: use wildcard to clean arch subdir Thomas Chou
2015-12-27 13:44 ` [U-Boot] [PATCH 2/7] arc: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE Thomas Chou
2015-12-28  2:16   ` Bin Meng
2016-01-11 11:06     ` Alexey Brodkin
2015-12-27 13:44 ` [U-Boot] [PATCH 3/7] arm: " Thomas Chou
2015-12-28  2:16   ` Bin Meng
2015-12-29  0:22     ` Simon Glass
2015-12-29  0:55       ` Thomas Chou
2016-01-05  0:56         ` Simon Glass
2016-01-05 13:16           ` Thomas Chou
2016-01-06  0:24             ` Simon Glass
2016-01-06  1:57               ` Thomas Chou
2016-01-06  2:22                 ` Masahiro Yamada
2016-01-06  2:38                   ` Thomas Chou
2015-12-27 13:44 ` [U-Boot] [PATCH 4/7] microblaze: " Thomas Chou
2015-12-28  2:16   ` Bin Meng
2016-01-04  9:15     ` Michal Simek
2015-12-27 13:44 ` [U-Boot] [PATCH 5/7] powerpc: " Thomas Chou
2015-12-28  2:16   ` Bin Meng
2015-12-27 13:44 ` [U-Boot] [PATCH 6/7] sandbox: " Thomas Chou
2015-12-28  2:16   ` Bin Meng
2015-12-27 13:44 ` [U-Boot] [PATCH 7/7] x86: " Thomas Chou
2015-12-28  2:16   ` Bin Meng
2015-12-28  2:16 ` [U-Boot] [PATCH 1/7] devicetree: use wildcard to clean arch subdir Bin Meng
2016-01-06  1:49 ` [U-Boot] [PATCH v2 1/9] " Thomas Chou
2016-01-06  1:49   ` [U-Boot] [PATCH v2 2/9] devicetree: support list of Device Tree in DEFAULT_DEVICE_TREE Thomas Chou
2016-01-08  3:34     ` Simon Glass
2016-01-06  1:49   ` [U-Boot] [PATCH v2 3/9] nios2: " Thomas Chou
2016-01-06  1:49   ` [U-Boot] [PATCH v2 4/9] arc: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE Thomas Chou
2016-01-06  1:49   ` [U-Boot] [PATCH v2 5/9] arm: " Thomas Chou
2016-01-06  1:49   ` [U-Boot] [PATCH v2 6/9] microblaze: " Thomas Chou
2016-01-06  7:46     ` Michal Simek
2016-01-06  1:49   ` [U-Boot] [PATCH v2 7/9] powerpc: " Thomas Chou
2016-01-06  1:49   ` [U-Boot] [PATCH v2 8/9] sandbox: " Thomas Chou
2016-01-06  1:49   ` [U-Boot] [PATCH v2 9/9] x86: " Thomas Chou
2016-01-13 20:10   ` [U-Boot] [PATCH v2 1/9] devicetree: use wildcard to clean arch subdir Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.