summaryrefslogtreecommitdiff
path: root/commands/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-10-08 16:22:33 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-04 12:36:19 +0100
commit6aaba64b0c7044c242329499d5d4c53c3d0cde3a (patch)
tree958a1d47f0252440ced0eb7974d2900a27c21646 /commands/Makefile
parent6cf5b986d98a19a8c05f6813b8944a4f5f784dd0 (diff)
downloadbarebox-6aaba64b0c7044c242329499d5d4c53c3d0cde3a.tar.gz
commands: implement 'cmp' command
This command compares two files. It does not show the differences, it only returns successfully if both files are identical and with an error if they differ. 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 b1cdf331c4..be174969b0 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -106,3 +106,4 @@ obj-$(CONFIG_CMD_IMD) += imd.o
obj-$(CONFIG_CMD_HWCLOCK) += hwclock.o
obj-$(CONFIG_CMD_USBGADGET) += usbgadget.o
obj-$(CONFIG_CMD_FIRMWARELOAD) += firmwareload.o
+obj-$(CONFIG_CMD_CMP) += cmp.o