License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / cris / arch-v32 / kernel / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
51533b61
MS
2#
3# Makefile for the linux kernel.
4#
5
6extra-y := head.o
7
8
0f229504 9obj-y := entry.o traps.o irq.o debugport.o \
51533b61 10 process.o ptrace.o setup.o signal.o traps.o time.o \
0f229504 11 cache.o cacheflush.o
51533b61 12
51533b61
MS
13obj-$(CONFIG_ETRAX_KGDB) += kgdb.o kgdb_asm.o
14obj-$(CONFIG_ETRAX_FAST_TIMER) += fasttimer.o
15obj-$(CONFIG_MODULES) += crisksyms.o
16
17clean:
18