diff options
| author | Varadarajan Narayanan <quic_varada@quicinc.com> | 2025-05-13 14:47:08 +0530 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-05-29 18:35:50 -0600 |
| commit | 8bf3e967f6a999faa4782cf4a81f6aa82d31ead8 (patch) | |
| tree | 1ba7df7e91d6f91f1133b18bce50436da1e1357e /env/Makefile | |
| parent | 9a2010941f56929cb28432cc3f4b37a944f55b8e (diff) | |
env: Add support for storing env variables in SCSI devices
Allow SCSI to be able to store environment variables.
Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com>
Acked-by: Casey Connolly <casey.connolly@linaro.org>
Diffstat (limited to 'env/Makefile')
| -rw-r--r-- | env/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/env/Makefile b/env/Makefile index 3b9c71d5681..d11b87702c1 100644 --- a/env/Makefile +++ b/env/Makefile @@ -28,5 +28,6 @@ obj-$(CONFIG_$(PHASE_)ENV_IS_IN_NAND) += nand.o obj-$(CONFIG_$(PHASE_)ENV_IS_IN_SPI_FLASH) += sf.o obj-$(CONFIG_$(PHASE_)ENV_IS_IN_MTD) += mtd.o obj-$(CONFIG_$(PHASE_)ENV_IS_IN_FLASH) += flash.o +obj-$(CONFIG_$(PHASE_)ENV_IS_IN_SCSI) += scsi.o CFLAGS_embedded.o := -Wa,--no-warn -DENV_CRC=$(shell tools/envcrc 2>/dev/null) |
