summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhschang <chang@dev3>2013-02-14 08:39:08 (GMT)
committerhschang <chang@dev3>2013-02-14 08:39:08 (GMT)
commitaa6b1da6415537f68c05ac61994da068893ad1af (patch)
tree1bda7586f682c9e543c7652f41c82bef9838fe69 /Makefile
parentfcdf8ded263542e66799c45692576c7e2264ea2a (diff)
Makefile : add rm_work on local.conf.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23c441e..08d1e6d 100644
--- a/Makefile
+++ b/Makefile
@@ -216,7 +216,7 @@ $(TOPDIR)/conf/local.conf: $(DEPDIR)/.local.conf.$(MACHINE).$(LOCAL_CONF_HASH)
@echo 'USER_CLASSES = "buildstats"' >> $@
@echo 'include $(DISTRO_INCLUDE_CONF)' >> $@
@echo 'include $(MACHINE_INCLUDE_CONF)' >> $@
-# @echo 'INHERIT+="rm_work"' >> $@
+ @echo 'INHERIT += "rm_work"' >> $@
BBLAYERS_CONF_HASH := $(call hash, \
'BBLAYERS_CONF_VERSION = "0"' \