summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-02-13 19:32:30 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-02-14 16:40:13 +0100
commit3b7a102d3e64ed2d6b43d8e19d94568d695931a3 (patch)
tree54fa141901fb062d1de0c4db8d84cc336d286907 /commands/Makefile
parent6280e991eef453aba8ed1187db60992fad785d7d (diff)
downloadbarebox-3b7a102d3e64ed2d6b43d8e19d94568d695931a3.tar.gz
barebox-3b7a102d3e64ed2d6b43d8e19d94568d695931a3.tar.xz
Add readf command
The readf command is useful to read the content of a file into a shell variable. It should be used for ascii content and thus stops reading at all nonprintable characters including newline. 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 58d27fa905..91ec0e9fa9 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -93,3 +93,4 @@ obj-$(CONFIG_CMD_MIITOOL) += miitool.o
obj-$(CONFIG_CMD_DETECT) += detect.o
obj-$(CONFIG_CMD_BOOT) += boot.o
obj-$(CONFIG_CMD_DEVINFO) += devinfo.o
+obj-$(CONFIG_CMD_READF) += readf.o