summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-02-20 10:18:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-02-21 17:06:46 +0100
commit464a531423f61b5d2c5108843e12ab7057a935bb (patch)
tree0f5310ab7854f639958f3ae16eaeebd2ac07aeaa /common
parent068f213bb3203e482334fa2130794c3ff25acb3b (diff)
downloadbarebox-464a531423f61b5d2c5108843e12ab7057a935bb.tar.gz
barebox-464a531423f61b5d2c5108843e12ab7057a935bb.tar.xz
move defaultenv-1 to defaultenv/defaultenv-1
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile
index a52e96b40d..c88d1c6f63 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -58,7 +58,7 @@ endif
endif
ifeq ($(CONFIG_DEFAULT_ENVIRONMENT_GENERIC),y)
-DEFAULT_ENVIRONMENT_PATH = "defaultenv"
+DEFAULT_ENVIRONMENT_PATH = "defaultenv/defaultenv-1"
endif
ifneq ($(CONFIG_DEFAULT_ENVIRONMENT_PATH),"")