summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-10-04 15:27:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-01-09 10:32:54 +0100
commit964893b34b829760d81988af79a0cb0766ddc119 (patch)
tree58b6def4844a4ccbb7491f62bb9bfb9fbb783ddb /lib/Makefile
parentb46b57f35a27090cfbac4900d1a3d522d7898e53 (diff)
downloadbarebox-964893b34b829760d81988af79a0cb0766ddc119.tar.gz
barebox-964893b34b829760d81988af79a0cb0766ddc119.tar.xz
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 <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 635d52e653..f5d10ea17d 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -15,6 +15,7 @@ obj-y += libgen.o
obj-y += stringlist.o
obj-y += recursive_action.o
obj-y += make_directory.o
+obj-y += math.o
obj-$(CONFIG_BZLIB) += decompress_bunzip2.o
obj-$(CONFIG_ZLIB) += decompress_inflate.o zlib_inflate/
obj-$(CONFIG_CMDLINE_EDITING) += readline.o