summaryrefslogtreecommitdiff
path: root/cmd/Makefile
diff options
context:
space:
mode:
authorRoger Knecht <rknecht@pm.me>2022-09-03 16:15:04 +0300
committerTom Rini <trini@konsulko.com>2022-10-11 22:40:48 +0300
commit23c0df6e7cd3f220a81151b662f0280bba0054b9 (patch)
tree15bac492af33d58a7b244c914cd1714a7ffc3964 /cmd/Makefile
parent690a1d694899c55c7cc6a168c54984f765ff761e (diff)
downloadu-boot-23c0df6e7cd3f220a81151b662f0280bba0054b9.tar.xz
cmd: xxd: add new command
Add xxd command to print file content as hexdump to standard out Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Roger Knecht <rknecht@pm.me>
Diffstat (limited to 'cmd/Makefile')
-rw-r--r--cmd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile
index 4bd52bb257..d9bbd0b9fd 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -185,6 +185,7 @@ obj-$(CONFIG_CMD_USB_SDP) += usb_gadget_sdp.o
obj-$(CONFIG_CMD_THOR_DOWNLOAD) += thordown.o
obj-$(CONFIG_CMD_VBE) += vbe.o
obj-$(CONFIG_CMD_XIMG) += ximg.o
+obj-$(CONFIG_CMD_XXD) += xxd.o
obj-$(CONFIG_CMD_YAFFS2) += yaffs2.o
obj-$(CONFIG_CMD_SPL) += spl.o
obj-$(CONFIG_CMD_W1) += w1.o