summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-04-07 09:59:38 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-04-07 09:59:38 +0200
commit5d834decbe062273393acfcf172fdd29ead6a166 (patch)
tree1eeea5cf915f7779aaa77421327caaa7525e91e0 /commands/Makefile
parent53adf0648c330357103e4a7103c3d7f05c0c4bcf (diff)
parent7b3d284f4bad78d61e9f5d32ec5aa1efc19ce733 (diff)
downloadbarebox-5d834decbe062273393acfcf172fdd29ead6a166.tar.gz
barebox-5d834decbe062273393acfcf172fdd29ead6a166.tar.xz
Merge branch 'for-next/state'
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 edd713c6bd..37486dceb1 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -93,6 +93,7 @@ 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_KEYSTORE) += keystore.o
obj-$(CONFIG_CMD_TFTP) += tftp.o
obj-$(CONFIG_CMD_FILETYPE) += filetype.o
obj-$(CONFIG_CMD_BAREBOX_UPDATE)+= barebox-update.o