diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2007-09-23 02:12:30 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2007-09-23 02:12:30 +0900 |
commit | b02bad128669e567fce87d8df823b06a0144b8db (patch) | |
tree | e388d06d722b283d09260ceab22f9cc342216f94 /sh_config.mk | |
parent | b8685affe614ccf5f4ec66252b30e2e524d18948 (diff) | |
download | u-boot-imx-b02bad128669e567fce87d8df823b06a0144b8db.zip u-boot-imx-b02bad128669e567fce87d8df823b06a0144b8db.tar.gz u-boot-imx-b02bad128669e567fce87d8df823b06a0144b8db.tar.bz2 |
sh: Update core code of SuperH.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'sh_config.mk')
-rw-r--r-- | sh_config.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sh_config.mk b/sh_config.mk new file mode 100644 index 0000000..49d50f7 --- /dev/null +++ b/sh_config.mk @@ -0,0 +1,24 @@ +# +# (C) Copyright 2000-2002 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# See file CREDITS for list of people who contributed to this +# project. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# + +PLATFORM_CPPFLAGS += -DCONFIG_SH -D__SH__ |