summaryrefslogtreecommitdiff
path: root/test/boot/Makefile
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2023-08-14 16:40:26 -0600
committerTom Rini <[email protected]>2023-08-25 13:54:33 -0400
commitf80ebb2fe10b8e31226424d46adbedd86768a9df (patch)
treef9578013f0a0f523713321b16298b96842d77994 /test/boot/Makefile
parent040b04685ea4c47a5148c2fcc2ff6dfdd83bc714 (diff)
expo: Move cedit test into its own file and tidy
Move this test out so it can have its own file. Rename the test to use a cedit_ prefix. This allows us to drop the check for CONFIG_CMD_CEDIT in the test. Also we don't need driver model objects for this test, so drop them. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/boot/Makefile')
-rw-r--r--test/boot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/boot/Makefile b/test/boot/Makefile
index 22ed61c8fa0..52947580ae6 100644
--- a/test/boot/Makefile
+++ b/test/boot/Makefile
@@ -6,6 +6,7 @@ obj-$(CONFIG_BOOTSTD) += bootdev.o bootstd_common.o bootflow.o bootmeth.o
obj-$(CONFIG_FIT) += image.o
obj-$(CONFIG_EXPO) += expo.o
+obj-$(CONFIG_CEDIT) += cedit.o
ifdef CONFIG_OF_LIVE
obj-$(CONFIG_BOOTMETH_VBE_SIMPLE) += vbe_simple.o