summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-03-17 09:55:42 +0800
committerYe Li <ye.li@nxp.com>2016-03-25 16:43:35 +0800
commit8d48b6e11455ae64bf819d6b43e280d4a2904f8d (patch)
tree9f41715cac555b3bb08314dbed82872673eeb940 /common/Makefile
parentef3608bbe2c627d6c8b53ca96def61582524faf7 (diff)
downloadu-boot-imx-8d48b6e11455ae64bf819d6b43e280d4a2904f8d.zip
u-boot-imx-8d48b6e11455ae64bf819d6b43e280d4a2904f8d.tar.gz
u-boot-imx-8d48b6e11455ae64bf819d6b43e280d4a2904f8d.tar.bz2
MLK-12416-11: support saveenv for sata
Support saveenv for sata. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index 117178a..5c882c3 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -49,6 +49,7 @@ obj-$(CONFIG_ENV_IS_IN_FAT) += env_fat.o
obj-$(CONFIG_ENV_IS_IN_NAND) += env_nand.o
obj-$(CONFIG_ENV_IS_IN_NVRAM) += env_nvram.o
obj-$(CONFIG_ENV_IS_IN_ONENAND) += env_onenand.o
+obj-$(CONFIG_ENV_IS_IN_SATA) += env_sata.o
obj-$(CONFIG_ENV_IS_IN_SPI_FLASH) += env_sf.o
obj-$(CONFIG_ENV_IS_IN_REMOTE) += env_remote.o
obj-$(CONFIG_ENV_IS_IN_UBI) += env_ubi.o