]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/cris/kernel/Makefile
Merge tag 'rxrpc-next-20171111' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-bionic-kernel.git] / arch / cris / kernel / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # $Id: Makefile,v 1.12 2004/10/19 13:07:43 starvik Exp $
3 #
4 # Makefile for the linux kernel.
5 #
6
7 CPPFLAGS_vmlinux.lds := -DDRAM_VIRTUAL_BASE=0x$(CONFIG_ETRAX_DRAM_VIRTUAL_BASE)
8 extra-y := vmlinux.lds
9
10 obj-y := process.o traps.o irq.o ptrace.o setup.o time.o sys_cris.o
11 obj-y += devicetree.o
12 obj-y += stacktrace.o
13
14 obj-$(CONFIG_MODULES) += crisksyms.o
15 obj-$(CONFIG_MODULES) += module.o
16 obj-$(CONFIG_SYSTEM_PROFILER) += profile.o
17
18 clean:
19