summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-08-01 17:49:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-08-01 17:49:27 +0200
commit9204bf87d6cfa824b0d87bf9c059cb0f65c2b401 (patch)
tree89d2d8c83a027f0b765da4ae71f6ecf8b59690b9 /commands
parenta8dbc3f762bd946adebae229bfa9023bb7e5127e (diff)
parentd6a50c915f20a3f081dbb6b3fe92d412b693801c (diff)
downloadbarebox-9204bf87d6cfa824b0d87bf9c059cb0f65c2b401.tar.gz
barebox-9204bf87d6cfa824b0d87bf9c059cb0f65c2b401.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'commands')
-rw-r--r--commands/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Makefile b/commands/Makefile
index 54191b48c8..e9157bfcc7 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -1,4 +1,4 @@
-obj-y += stddev.o
+obj-$(CONFIG_STDDEV) += stddev.o
obj-$(CONFIG_CMD_BOOTM) += bootm.o
obj-$(CONFIG_CMD_UIMAGE) += uimage.o
obj-$(CONFIG_CMD_LINUX16) += linux16.o