diff options
| author | Tom Rini <[email protected]> | 2022-10-12 15:12:42 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-10-12 15:12:42 -0400 |
| commit | 0e49f5c26caf9972137a474065afd4bdfe5ec062 (patch) | |
| tree | a1f2f84786fed424a19483f3f996e4454963cfd3 /test/cmd | |
| parent | 8db1fa5a0da78c1a9a16882f2e49beac3ccf5308 (diff) | |
| parent | edb47d612fe9ddca77cd583f14c71517f065405f (diff) | |
Merge branch '2022-10-12-additional-fixes'
- Add "ubi list", Nokia RX51 fixes, other assorted fixes
Diffstat (limited to 'test/cmd')
| -rw-r--r-- | test/cmd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cmd/Makefile b/test/cmd/Makefile index b7b9bd43f6b..f2a5f4ed808 100644 --- a/test/cmd/Makefile +++ b/test/cmd/Makefile @@ -15,5 +15,7 @@ obj-$(CONFIG_CMD_LOADM) += loadm.o obj-$(CONFIG_CMD_MEM_SEARCH) += mem_search.o obj-$(CONFIG_CMD_PINMUX) += pinmux.o obj-$(CONFIG_CMD_PWM) += pwm.o +ifdef CONFIG_SANDBOX obj-$(CONFIG_CMD_SETEXPR) += setexpr.o +endif obj-$(CONFIG_CMD_TEMPERATURE) += temperature.o |
