summaryrefslogtreecommitdiff
path: root/core/mk/buildsystem.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-23 20:45:25 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-23 20:45:25 +0100
commitec9bfde3c55838a63384307be65a2d3c8728c480 (patch)
treeffd5cc5a321d435030989decbe33712d98d1bea3 /core/mk/buildsystem.mk
parentf7e6a4b831113cc7ef468c420ec43062fc608826 (diff)
downloadembtoolkit-ec9bfde3c55838a63384307be65a2d3c8728c480.tar.gz
embtoolkit-ec9bfde3c55838a63384307be65a2d3c8728c480.tar.bz2
embtoolkit-ec9bfde3c55838a63384307be65a2d3c8728c480.tar.xz
Build system: remove build/ at clean time
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/mk/buildsystem.mk')
-rw-r--r--core/mk/buildsystem.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/mk/buildsystem.mk b/core/mk/buildsystem.mk
index bde8953..ccaedb5 100644
--- a/core/mk/buildsystem.mk
+++ b/core/mk/buildsystem.mk
@@ -205,5 +205,6 @@ rmallpath:
$(Q)rm -rf $(EMBTK_ROOT)/host-tools-*
$(Q)rm -rf $(EMBTK_ROOT)/sysroot-*
$(Q)rm -rf $(EMBTK_ROOT)/tools-*
+ $(Q)rm -rf $(EMBTK_ROOT)/build
$(Q)rm -rf $(embtk_sysroot)* $(embtk_htools)* $(embtk_generated)/rootfs-*
$(Q)$(if $(CONFIG_EMBTK_CACHE_PATCHES),,rm -rf $(embtk_dldir)/*.patch)