diff options
author | Huang Shijie <b32955@freescale.com> | 2011-10-09 10:23:07 +0800 |
---|---|---|
committer | Huang Shijie <b32955@freescale.com> | 2011-10-14 15:36:45 +0800 |
commit | 44b53333ef82d7882e122212887e8ee0e488da1c (patch) | |
tree | 9ed93e47a7056458a87fcb1afdea18e0f8d0459d /common/Makefile | |
parent | f2cd986d01c056cb75f1b8ea4faabf2113c0758b (diff) | |
download | u-boot-imx-44b53333ef82d7882e122212887e8ee0e488da1c.zip u-boot-imx-44b53333ef82d7882e122212887e8ee0e488da1c.tar.gz u-boot-imx-44b53333ef82d7882e122212887e8ee0e488da1c.tar.bz2 |
ENGR00139279-1 MX6Q: add env_embedded module for CONFIG_ENV_IS_NOWHERE
The env_embedded module is a built-in module.
So add the module when the CONFIG_ENV_IS_NOWHERE is enabled.
Signed-off-by: Huang Shijie <b32955@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 b7953e6..f4d2cbd 100644 --- a/common/Makefile +++ b/common/Makefile @@ -68,6 +68,7 @@ COBJS-$(CONFIG_ENV_IS_IN_SATA) += env_sata.o COBJS-$(CONFIG_ENV_IS_IN_SPI_FLASH) += env_sf.o COBJS-$(CONFIG_ENV_IS_IN_MMC) += env_mmc.o COBJS-$(CONFIG_ENV_IS_NOWHERE) += env_nowhere.o +COBJS-$(CONFIG_ENV_IS_NOWHERE) += env_embedded.o # command COBJS-$(CONFIG_CMD_AMBAPP) += cmd_ambapp.o |