[PATCH 3/3] test/cmd: Move wget test to under a sandbox guard

Tom Rini trini at konsulko.com
Fri Aug 16 05:49:05 CEST 2024


This test is sandbox-centric, so guard it so.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 test/cmd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/cmd/Makefile b/test/cmd/Makefile
index 478ef4c6f057..8f2134998ad0 100644
--- a/test/cmd/Makefile
+++ b/test/cmd/Makefile
@@ -30,7 +30,7 @@ ifdef CONFIG_SANDBOX
 obj-$(CONFIG_CMD_MBR) += mbr.o
 obj-$(CONFIG_CMD_READ) += rw.o
 obj-$(CONFIG_CMD_SETEXPR) += setexpr.o
+obj-$(CONFIG_CMD_WGET) += wget.o
 obj-$(CONFIG_ARM_FFA_TRANSPORT) += armffa.o
 endif
 obj-$(CONFIG_CMD_TEMPERATURE) += temperature.o
-obj-$(CONFIG_CMD_WGET) += wget.o
-- 
2.34.1



More information about the U-Boot mailing list