]> git.ipfire.org Git - people/ms/u-boot.git/commit
Fix building of env_embedded.o
authorWolfgang Denk <wd@denx.de>
Sat, 4 Apr 2009 14:10:40 +0000 (16:10 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 4 Apr 2009 14:10:40 +0000 (16:10 +0200)
commitafcbce07e9323c0e8aeb783ba7ce6104860fd7a7
treee9aa667a5cd34eef5b08a7d5471d9ff075d0e5d3
parenta31e091ad70915278fb15b79d6ae53ea2d44b251
Fix building of env_embedded.o

Since commit a706bfc7 common/env_embedded.o and tools/envcrc were
only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks
building for many boards.

We always have to build these files when CONFIG_ENV_IS_IN_FLASH is
set.

Signed-off-by: Wolfgang Denk <wd@denx.de>
common/Makefile
tools/Makefile