diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-26 01:06:33 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-26 01:06:33 +0200 |
commit | c570b2fdf5da2e05c2707a112a1238913b6c4c23 (patch) | |
tree | a8be99b34b98b02114eca2bbe040f425fb73feeb /Makefile | |
parent | c2d0ab4da856a28e4cb48c0835de3fc4179a91df (diff) |
Add board support for armadillo HT1070
Patch by Rowel Atienza, 06 Apr 2005
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1684,6 +1684,9 @@ B2_config : unconfig ## ARM720T Systems ######################################################################### +armadillo_config: unconfig + @./mkconfig $(@:_config=) arm arm720t armadillo + ep7312_config : unconfig @./mkconfig $(@:_config=) arm arm720t ep7312 |