diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-03-07 16:25:26 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 14:52:33 +0800 |
commit | e77c1d3dfb05fce2da844f355a7e0f3f2ce8a977 (patch) | |
tree | c314ba5124a62a40a2d2ff9558de74fdb5b03665 /common/Makefile | |
parent | 17d2a94e94449163a132b4485d7a7fe22dbcded6 (diff) | |
download | u-boot-imx-e77c1d3dfb05fce2da844f355a7e0f3f2ce8a977.zip u-boot-imx-e77c1d3dfb05fce2da844f355a7e0f3f2ce8a977.tar.gz u-boot-imx-e77c1d3dfb05fce2da844f355a7e0f3f2ce8a977.tar.bz2 |
MLK-10774-9 common: add sata command
Add sata command
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile index ac7edba..436ca39 100644 --- a/common/Makefile +++ b/common/Makefile @@ -52,6 +52,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 |