summaryrefslogtreecommitdiff
path: root/test/cmd/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-05-13 07:53:21 -0600
committerTom Rini <[email protected]>2026-05-13 07:54:10 -0600
commit944427c3da6591f7971f48d91d69b60cbff3db12 (patch)
treec0166af53ee938843a09d5179c46ba08367bee79 /test/cmd/Makefile
parent36d4c653580824b16574560b21d4401614d8b68e (diff)
parent612256838acec75407b1a268459c3a9dbb63c7f9 (diff)
Merge tag 'u-boot-stm32-20260512' of https://source.denx.de/u-boot/custodians/u-boot-stm
CI: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/30081 - reset: stm32: Fix compilation error - Remove remaining non-existant STM32_RESET flag - configs: stm32mp13: Add SPI-NAND UBI boot support - Support metadata-driven A/B boot for STM32MP25
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 5f2815b1bb6..8d6932f1176 100644
--- a/test/cmd/Makefile
+++ b/test/cmd/Makefile
@@ -26,6 +26,7 @@ obj-$(CONFIG_CMD_LOADM) += loadm.o
obj-$(CONFIG_CMD_MEMINFO) += meminfo.o
obj-$(CONFIG_CMD_MEMORY) += mem_copy.o
obj-$(CONFIG_CMD_MEM_SEARCH) += mem_search.o
+obj-$(CONFIG_CMD_PART) += part.o
ifdef CONFIG_CMD_PCI
obj-$(CONFIG_CMD_PCI_MPS) += pci_mps.o
endif