diff options
author | Stefan Roese <sr@denx.de> | 2007-10-05 17:11:30 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-31 21:20:49 +0100 |
commit | 566806ca1a1bf4d895daaf0b2ba5494abbffebaf (patch) | |
tree | 691753364c7ab43c085982a33a4273fe8e80b01e /Makefile | |
parent | dbbd125721aea6645fdb962f36bd41f59e272f9d (diff) | |
download | u-boot-imx-566806ca1a1bf4d895daaf0b2ba5494abbffebaf.zip u-boot-imx-566806ca1a1bf4d895daaf0b2ba5494abbffebaf.tar.gz u-boot-imx-566806ca1a1bf4d895daaf0b2ba5494abbffebaf.tar.bz2 |
ppc4xx: Add initial AMCC Kilauea 405EX support
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1168,6 +1168,9 @@ KAREF_config: unconfig katmai_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx katmai amcc +kilauea_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc ppc4xx kilauea amcc + luan_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx luan amcc |