diff options
author | Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> | 2011-11-18 19:21:37 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-01-13 21:17:04 +0100 |
commit | deddf5d2e3ed58c4ebde425e2065c0ad13b74b04 (patch) | |
tree | a0e0d44cbffdbd034453394950b8972f0eb3c8cb /MAKEALL | |
parent | f179cc648930305ed5476e3fe1b99f0baa899475 (diff) |
openrisc: Add architecture to MAKEALL
Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -409,6 +409,11 @@ LIST_mips_el=" \ ${LIST_xburst_el} \ ${LIST_au1xx0_el} \ " +######################################################################### +## OpenRISC Systems +######################################################################### + +LIST_openrisc="$(boards_by_arch openrisc)" ######################################################################### ## x86 Systems |