diff options
author | wdenk <wdenk> | 2004-04-15 23:23:39 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-04-15 23:23:39 +0000 |
commit | ea66bc8804b66633faae5b7066571c9d68b4d14a (patch) | |
tree | e5b4c3c3d36b0b27c4f3850f6efb56528966e77c /Makefile | |
parent | db01a2ea991b539ffbd36ab952fcf2e754789a83 (diff) | |
download | u-boot-ea66bc8804b66633faae5b7066571c9d68b4d14a.tar.gz u-boot-ea66bc8804b66633faae5b7066571c9d68b4d14a.tar.xz u-boot-ea66bc8804b66633faae5b7066571c9d68b4d14a.zip |
* Patch by George G. Davis, 02 Apr 2004:
add support for Intel Assabet board
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -977,6 +977,9 @@ ZUMA_config: unconfig ## StrongARM Systems ######################################################################### +assabet_config : unconfig + @./mkconfig $(@:_config=) arm sa1100 assabet + dnp1110_config : unconfig @./mkconfig $(@:_config=) arm sa1100 dnp1110 |