summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2011-10-09 10:23:07 +0800
committerHuang Shijie <b32955@freescale.com>2011-10-14 15:36:45 +0800
commit44b53333ef82d7882e122212887e8ee0e488da1c (patch)
tree9ed93e47a7056458a87fcb1afdea18e0f8d0459d /common
parentf2cd986d01c056cb75f1b8ea4faabf2113c0758b (diff)
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')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index b7953e6022..f4d2cbdeed 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