You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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 \
|
|
sys_call_table.o
|
|
|
|
obj-$(CONFIG_MODULES) += module.o
|
|
|