diff options
author | wdenk <wdenk> | 2005-01-09 23:48:14 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-01-09 23:48:14 +0000 |
commit | 652a10c0965bcbc64dc88fc54e34bedf1612e66b (patch) | |
tree | 97d783f40d83ec79afe1e46d1bc8c55f16c65d41 /Makefile | |
parent | 6225c5db6cb5a727cbf795678b857b3b66ba0911 (diff) | |
download | u-boot-imx-652a10c0965bcbc64dc88fc54e34bedf1612e66b.zip u-boot-imx-652a10c0965bcbc64dc88fc54e34bedf1612e66b.tar.gz u-boot-imx-652a10c0965bcbc64dc88fc54e34bedf1612e66b.tar.bz2 |
* Patch by Daniel Poirot, 10 Oct 2004:
Add support for Wind River sbc405 board
* Patch by Rainer Brestan, 12 Oct 2004:
Make examples/Makefile more robust
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -836,6 +836,9 @@ PPChameleonEVB_HI_33_config: unconfig } @./mkconfig -a $(call xtract_4xx,$@) ppc ppc4xx PPChameleonEVB dave +sbc405_config: unconfig + @./mkconfig $(@:_config=) ppc ppc4xx sbc405 + VOH405_config: unconfig @./mkconfig $(@:_config=) ppc ppc4xx voh405 esd |