Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / cris / arch-v32 / kernel / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the linux kernel.
4 #
5
6 extra-y := head.o
7
8
9 obj-y   := entry.o traps.o irq.o debugport.o \
10            process.o ptrace.o setup.o signal.o traps.o time.o \
11            cache.o cacheflush.o
12
13 obj-$(CONFIG_ETRAX_KGDB) += kgdb.o kgdb_asm.o
14 obj-$(CONFIG_ETRAX_FAST_TIMER) += fasttimer.o
15 obj-$(CONFIG_MODULES)    += crisksyms.o
16
17 clean:
18