diff options
author | Stefan Roese <sr@denx.de> | 2007-10-22 07:34:34 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-31 21:20:50 +0100 |
commit | 211ea91ac6c225bec7e668a03d0ba7d7310679fa (patch) | |
tree | c594fa51a74ab994ef3ac21a982d9dcd05955f18 /Makefile | |
parent | fa8aea20456e6f1dba43f46bcc72024dd9499998 (diff) | |
download | u-boot-imx-211ea91ac6c225bec7e668a03d0ba7d7310679fa.zip u-boot-imx-211ea91ac6c225bec7e668a03d0ba7d7310679fa.tar.gz u-boot-imx-211ea91ac6c225bec7e668a03d0ba7d7310679fa.tar.bz2 |
ppc4xx: Add initial AMCC Makalu 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
@@ -1177,6 +1177,9 @@ luan_config: unconfig lwmon5_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx lwmon5 +makalu_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc ppc4xx makalu amcc + METROBOX_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx metrobox sandburst |