On Thu, 15 Aug 2024 at 21:49, Tom Rini <tr...@konsulko.com> wrote: > > This test is sandbox-centric, so guard it so. > > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > test/cmd/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <s...@chromium.org> > > 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 >