summaryrefslogtreecommitdiff
path: root/cmd/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-07-01 12:42:37 -0600
committerTom Rini <[email protected]>2025-07-09 10:39:33 -0600
commita517081af9d90a2c6c14b5c5d2633de2bed6324f (patch)
treed12649b059b5796d825b941bb0579c1ed30f9bc0 /cmd/Makefile
parentb7c87e28289140d2b1087f0dc54669a91a39d09d (diff)
cmd: Remove "universe" command.
We have had no platforms that make use of this since 2015, so drop it. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd/Makefile')
-rw-r--r--cmd/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/Makefile b/cmd/Makefile
index a4fb6cbd9cf..e4ecf2e0493 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -193,7 +193,6 @@ obj-$(CONFIG_CMD_TPM_V2) += tpm-v2.o
obj-$(CONFIG_CMD_CROS_EC) += cros_ec.o
obj-$(CONFIG_CMD_UBI) += ubi.o
obj-$(CONFIG_CMD_UBIFS) += ubifs.o
-obj-$(CONFIG_CMD_UNIVERSE) += universe.o
obj-$(CONFIG_CMD_UNLZ4) += unlz4.o
obj-$(CONFIG_CMD_UNZIP) += unzip.o
obj-$(CONFIG_CMD_UPL) += upl.o