forked from Minki/linux
6bc9a3966f
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>
11 lines
211 B
Makefile
11 lines
211 B
Makefile
#
|
|
# Makefile for the Linux/SCORE kernel.
|
|
#
|
|
|
|
extra-y := head.o vmlinux.lds
|
|
|
|
obj-y += entry.o init_task.o irq.o process.o ptrace.o \
|
|
setup.o signal.o sys_score.o time.o traps.o
|
|
|
|
obj-$(CONFIG_MODULES) += module.o
|