summaryrefslogtreecommitdiff
path: root/test/cmd/Makefile
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2023-05-31 03:03:58 +0200
committerTom Rini <[email protected]>2023-06-20 16:08:13 -0400
commitbf52766ddcd7c8ac572af615cc2d2a74e9e5ffe7 (patch)
tree7184cc1f5993b35e4c84a929eb5b3e0ab498e1ff /test/cmd/Makefile
parentb1574ddebd34fee83e4c11f9da54b52ba7198fa8 (diff)
test: bdinfo: Add test for command bdinfo
Add test for command bdinfo . Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/cmd/Makefile')
-rw-r--r--test/cmd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmd/Makefile b/test/cmd/Makefile
index 055adc65a25..a3cf983739e 100644
--- a/test/cmd/Makefile
+++ b/test/cmd/Makefile
@@ -10,6 +10,7 @@ obj-$(CONFIG_CMD_PAUSE) += test_pause.o
endif
obj-y += exit.o mem.o
obj-$(CONFIG_CMD_ADDRMAP) += addrmap.o
+obj-$(CONFIG_CMD_BDI) += bdinfo.o
obj-$(CONFIG_CMD_FDT) += fdt.o
obj-$(CONFIG_CONSOLE_TRUETYPE) += font.o
obj-$(CONFIG_CMD_LOADM) += loadm.o