summaryrefslogtreecommitdiff
path: root/test/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-08-23 15:59:44 -0600
committerTom Rini <[email protected]>2024-08-23 15:59:44 -0600
commit7670200d4b7bbb572290d0fb2ed9cd0fb1f989cc (patch)
treef0a4e3b850c8355297a9d2a61b70af51784668c8 /test/cmd
parent5948fd0ae7a86af6e2b6a5227005b92ad2ab67d8 (diff)
parent2191c117338849639a7c0519d4908fce43783c0e (diff)
Merge patch series "test/overlay: Make this depend on SANDBOX"
Tom Rini <[email protected]> says: Update a few things so that CONFIG_UNIT_TEST will compile for more hardware platforms.
Diffstat (limited to 'test/cmd')
-rw-r--r--test/cmd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd/Makefile b/test/cmd/Makefile
index 478ef4c6f05..8f2134998ad 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