summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-22 13:09:07 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-30 07:45:04 +0200
commit28141f9e5a465571cf79505b2fd4b9ae207b9ce3 (patch)
treee87467cc448b9e833a581c7593c03e36f2f3cee9 /commands/Makefile
parent5a968fc81cf1f922733349469072b278efcc6806 (diff)
downloadbarebox-28141f9e5a465571cf79505b2fd4b9ae207b9ce3.tar.gz
barebox-28141f9e5a465571cf79505b2fd4b9ae207b9ce3.tar.xz
defenv-2: replace boot script with command
This replaces the 'boot' script in the defaultenv-2 with a command with the same behaviour. A command gives more flexibility for future externsions 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 6acffc8284..f4e0ac63a6 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -91,3 +91,4 @@ obj-$(CONFIG_CMD_FILETYPE) += filetype.o
obj-$(CONFIG_CMD_BAREBOX_UPDATE)+= barebox-update.o
obj-$(CONFIG_CMD_MIITOOL) += miitool.o
obj-$(CONFIG_CMD_DETECT) += detect.o
+obj-$(CONFIG_CMD_BOOT) += boot.o