diff options
| author | Roger Knecht <[email protected]> | 2022-09-03 11:34:53 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-10-11 15:40:48 -0400 |
| commit | 690a1d694899c55c7cc6a168c54984f765ff761e (patch) | |
| tree | 0d1949060afcdda676a4a8e7bfc89053a391f1a4 /cmd/Makefile | |
| parent | 7eda1a95331d1ccd17e5af6fb18bf5577f81a451 (diff) | |
cmd: cat: add new command
Add cat command to print file content to standard out
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Roger Knecht <[email protected]>
Diffstat (limited to 'cmd/Makefile')
| -rw-r--r-- | cmd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index cf6ce1bd6fd..4bd52bb2573 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -38,6 +38,7 @@ obj-$(CONFIG_CMD_BOOTZ) += bootz.o obj-$(CONFIG_CMD_BOOTI) += booti.o obj-$(CONFIG_CMD_BTRFS) += btrfs.o obj-$(CONFIG_CMD_BUTTON) += button.o +obj-$(CONFIG_CMD_CAT) += cat.o obj-$(CONFIG_CMD_CACHE) += cache.o obj-$(CONFIG_CMD_CBFS) += cbfs.o obj-$(CONFIG_CMD_CLK) += clk.o |
