From 964893b34b829760d81988af79a0cb0766ddc119 Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Thu, 4 Oct 2012 15:27:55 +0200 Subject: commands: add let command which supports proper arithmetic This command works like the corresponding Unix shell command and is used for adding, multiplying and much more. Signed-off-by: Jan Luebbe Signed-off-by: Sascha Hauer --- commands/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'commands/Makefile') diff --git a/commands/Makefile b/commands/Makefile index effc91b15a..d9a62943c5 100644 --- a/commands/Makefile +++ b/commands/Makefile @@ -74,6 +74,7 @@ obj-$(CONFIG_CMD_GLOBAL) += global.o obj-$(CONFIG_CMD_BASENAME) += basename.o obj-$(CONFIG_CMD_DIRNAME) += dirname.o obj-$(CONFIG_CMD_READLINK) += readlink.o +obj-$(CONFIG_CMD_LET) += let.o obj-$(CONFIG_CMD_LN) += ln.o obj-$(CONFIG_CMD_CLK) += clk.o obj-$(CONFIG_CMD_TFTP) += tftp.o -- cgit v1.2.1