diff options
author | Niklaus Giger <niklaus.giger@netstal.com> | 2008-02-25 18:46:41 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-03-15 07:26:21 +0100 |
commit | b05f35436b733a240559e77e46bed8439665ecc5 (patch) | |
tree | 49550ace751dc5ffe968070c0aa9f0da862c71e0 /Makefile | |
parent | 14c27b35ac812a71abce6e3e2f4129d5e9313660 (diff) | |
download | u-boot-imx-b05f35436b733a240559e77e46bed8439665ecc5.zip u-boot-imx-b05f35436b733a240559e77e46bed8439665ecc5.tar.gz u-boot-imx-b05f35436b733a240559e77e46bed8439665ecc5.tar.bz2 |
ppc4xx: Add 405GPr based MCU25 board. Global files
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1281,6 +1281,10 @@ lwmon5_config: unconfig makalu_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx makalu amcc +mcu25_config: unconfig + @mkdir -p $(obj)board/netstal/common + @$(MKCONFIG) $(@:_config=) ppc ppc4xx mcu25 netstal + METROBOX_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx metrobox sandburst |