score: Add support for Sunplus S+core architecture

This is the complete set of new arch Score's files for linux.
Score instruction set support 16bits, 32bits and 64bits instruction,
Score SOC had been used in game machine and LCD TV.

Signed-off-by: Chen Liqin <liqin.chen@sunplusct.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
这个提交包含在:
Chen Liqin
2009-06-12 22:01:00 +08:00
提交者 Arnd Bergmann
父节点 0732f87761
当前提交 6bc9a3966f
修改 126 个文件,包含 8566 行新增0 行删除

15
arch/score/boot/Makefile 普通文件
查看文件

@@ -0,0 +1,15 @@
#
# arch/score/boot/Makefile
#
# This file is subject to the terms and conditions of the GNU General Public
# License. See the file "COPYING" in the main directory of this archive
# for more details.
#
targets := vmlinux.bin
$(obj)/vmlinux.bin: vmlinux FORCE
$(call if_changed,objcopy)
@echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
clean-files += vmlinux.bin