diff options
author | Daniel Hellstrom <daniel@gaisler.com> | 2008-03-28 10:20:43 +0100 |
---|---|---|
committer | Daniel Hellstrom <daniel@gaisler.com> | 2008-04-08 07:58:33 +0000 |
commit | ab68f921d9c741830f721c3d879c13a0c5597183 (patch) | |
tree | 2fc71ec96d84886e9ff001707848f344088ebc48 /Makefile | |
parent | 6ed8a43a19bb0275501bc286007daafa923552cf (diff) | |
download | u-boot-imx-ab68f921d9c741830f721c3d879c13a0c5597183.zip u-boot-imx-ab68f921d9c741830f721c3d879c13a0c5597183.tar.gz u-boot-imx-ab68f921d9c741830f721c3d879c13a0c5597183.tar.bz2 |
SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2923,6 +2923,10 @@ grsim_config : unconfig ## LEON2 ######################################################################### +# Gaisler LEON2 GRSIM simulator +grsim_leon2_config : unconfig + @$(MKCONFIG) $(@:_config=) sparc leon2 grsim_leon2 gaisler + ######################################################################### ######################################################################### ######################################################################### |