summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-10-23 22:52:14 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-06 12:23:12 +0100
commitb25d333493f4d58b8b99ef20e9ca4cdf32e869c4 (patch)
tree226951cc0057be33fe5ca70ea914082c341b56c6 /commands/Makefile
parent837e517669aee65173f185ed912d95f26b0ff5fd (diff)
downloadbarebox-b25d333493f4d58b8b99ef20e9ca4cdf32e869c4.tar.gz
barebox-b25d333493f4d58b8b99ef20e9ca4cdf32e869c4.tar.xz
Add defaultenv command
This adds a command to explicitly restore the environment (or parts thereof) from the default environment. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Makefile')
-rw-r--r--commands/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Makefile b/commands/Makefile
index b4fc3d363e..99a65d4609 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -108,3 +108,4 @@ obj-$(CONFIG_CMD_USBGADGET) += usbgadget.o
obj-$(CONFIG_CMD_FIRMWARELOAD) += firmwareload.o
obj-$(CONFIG_CMD_CMP) += cmp.o
obj-$(CONFIG_CMD_NV) += nv.o
+obj-$(CONFIG_CMD_DEFAULTENV) += defaultenv.o