diff options
author | wdenk <wdenk> | 2004-09-28 16:44:41 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-09-28 16:44:41 +0000 |
commit | 4ec3a7f0fdbad19ad4fa0172b97451b98e82316a (patch) | |
tree | e5290e3e8284a119a4f2a200cadc3a26772c86b0 /Makefile | |
parent | 79536a6eb0f1550561de890a8e7822663d94a3f8 (diff) | |
download | u-boot-imx-4ec3a7f0fdbad19ad4fa0172b97451b98e82316a.zip u-boot-imx-4ec3a7f0fdbad19ad4fa0172b97451b98e82316a.tar.gz u-boot-imx-4ec3a7f0fdbad19ad4fa0172b97451b98e82316a.tar.bz2 |
Patch by Vincent Dubey, 24 Sep 2004:
Add support for xaeniax board
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1316,6 +1316,9 @@ logodl_config : unconfig wepep250_config : unconfig @./mkconfig $(@:_config=) arm pxa wepep250 +xaeniax_config : unconfig + @./mkconfig $(@:_config=) arm pxa xaeniax + xm250_config : unconfig @./mkconfig $(@:_config=) arm pxa xm250 |