From: Tom Rini Date: Fri, 16 Aug 2024 03:49:05 +0000 (-0600) Subject: test/cmd: Move wget test to under a sandbox guard X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=2191c117338849639a7c0519d4908fce43783c0e;p=u-boot.git 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 --- 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