summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2011-10-09 10:23:07 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-05 14:57:52 -0400
commitbde3fb641d54b169136cf13393b4814acd41f6d3 (patch)
tree9ed93e47a7056458a87fcb1afdea18e0f8d0459d /common
parent14ed7880b753ec971f669350e21f30d52a19ab0f (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