projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
916a470
)
test/cmd: Move wget test to under a sandbox guard
author
Tom Rini
<trini@konsulko.com>
Fri, 16 Aug 2024 03:49:05 +0000
(21:49 -0600)
committer
Tom Rini
<trini@konsulko.com>
Fri, 23 Aug 2024 21:59:39 +0000
(15:59 -0600)
This test is sandbox-centric, so guard it so.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
test/cmd/Makefile
patch
|
blob
|
history
diff --git
a/test/cmd/Makefile
b/test/cmd/Makefile
index 478ef4c6f0572b45d0cf596b6da87de1ac481350..8f2134998ad08b458c853e2354cd336f70bb9290 100644
(file)
--- 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