summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-06-09 11:34:25 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-06-30 12:46:01 +0200
commit0e4fdcc81b8f47b613b8d3d61005bc920a2ebcad (patch)
tree49626c7bd3704bdc16d7ed942bb5c4c322f1a80d /commands/Makefile
parenta6e358b2f5b219fda18a7bc9348cb969043c19d5 (diff)
downloadbarebox-0e4fdcc81b8f47b613b8d3d61005bc920a2ebcad.tar.gz
barebox-0e4fdcc81b8f47b613b8d3d61005bc920a2ebcad.tar.xz
Move /dev/zero to separate unit
This patch allows to present "/dev/zero" always in system and not depending of mem-command. Standard files allow to test other memory devices, not only "mem", such as NOR, NAND, MCI-devices e.t.c. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> 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 4c8a0a9595..d39c466f81 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -1,3 +1,4 @@
+obj-y += stddev.o
obj-$(CONFIG_CMD_BOOTM) += bootm.o
obj-$(CONFIG_CMD_UIMAGE) += uimage.o
obj-$(CONFIG_CMD_LINUX16) += linux16.o