Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[sfrench/cifs-2.6.git] / arch / cris / kernel / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the CRIS port.
4 #
5
6 CPPFLAGS_vmlinux.lds := -DDRAM_VIRTUAL_BASE=0x$(CONFIG_ETRAX_DRAM_VIRTUAL_BASE)
7 extra-y := vmlinux.lds
8
9 obj-y := process.o traps.o irq.o ptrace.o setup.o time.o sys_cris.o
10 obj-y += stacktrace.o
11
12 obj-$(CONFIG_MODULES)           += crisksyms.o
13 obj-$(CONFIG_MODULES)           += module.o
14 obj-$(CONFIG_SYSTEM_PROFILER)   += profile.o
15
16 clean:
17