From 2191c117338849639a7c0519d4908fce43783c0e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 15 Aug 2024 21:49:05 -0600 Subject: [PATCH] test/cmd: Move wget test to under a sandbox guard This test is sandbox-centric, so guard it so. Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- test/cmd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cmd/Makefile b/test/cmd/Makefile index 478ef4c6f0..8f2134998a 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.39.5