summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-11-09 23:19:54 +0100
committerJuergen Beisert <j.beisert@pengutronix.de>2007-11-12 16:28:23 +0100
commit8413d78ab3e3062641dbe3069fcd454858244679 (patch)
tree5d6ba1e6b049c0b8c12ee703851ec410a6c5763e /scripts
parent2966bba2160e3d9e828c1eadcd9a35a84878e664 (diff)
downloadbarebox-8413d78ab3e3062641dbe3069fcd454858244679.tar.gz
barebox-8413d78ab3e3062641dbe3069fcd454858244679.tar.xz
separating environment commands, part 2
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ubootenv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ubootenv.c b/scripts/ubootenv.c
index c072c974c2..32da113b56 100644
--- a/scripts/ubootenv.c
+++ b/scripts/ubootenv.c
@@ -119,7 +119,8 @@ char *concat_subpath_file(const char *path, const char *f)
#include "../include/envfs.h"
#include "../lib/crc32.c"
#include "../lib/make_directory.c"
-#include "../commands/environment.c"
+#include "../include/environment.h"
+#include "../common/environment.c"
void usage(char *prgname)
{