diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-03 22:32:02 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-03 22:32:02 +0200 |
commit | dc17fb6dc2ea1965fc0a14674833643af678ec6f (patch) | |
tree | c85097368c95e894481b5c988716ebf22480192d /Makefile | |
parent | d3b86c496d8f45eddf8fb9ee1fd11418af406e66 (diff) | |
download | u-boot-imx-dc17fb6dc2ea1965fc0a14674833643af678ec6f.zip u-boot-imx-dc17fb6dc2ea1965fc0a14674833643af678ec6f.tar.gz u-boot-imx-dc17fb6dc2ea1965fc0a14674833643af678ec6f.tar.bz2 |
Cleanup build problems (on Fedora Core x86_64 build host)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -881,15 +881,14 @@ yellowstone_config: unconfig ######################################################################### ## MPC8220 Systems ######################################################################### -Alaska8220_config: unconfig + +Alaska8220_config \ +Yukon8220_config: unconfig @./mkconfig $(@:_config=) ppc mpc8220 alaska sorcery_config: unconfig @./mkconfig $(@:_config=) ppc mpc8220 sorcery -Yukon8220_config: unconfig - @./mkconfig $(@:_config=) ppc mpc8220 yukon - ######################################################################### ## MPC824x Systems ######################################################################### |