]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/cris/kernel/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / cris / kernel / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
3e41d652 2# $Id: Makefile,v 1.12 2004/10/19 13:07:43 starvik Exp $
1da177e4
LT
3#
4# Makefile for the linux kernel.
5#
6
51b563fc 7CPPFLAGS_vmlinux.lds := -DDRAM_VIRTUAL_BASE=0x$(CONFIG_ETRAX_DRAM_VIRTUAL_BASE)
1da177e4
LT
8extra-y := vmlinux.lds
9
64ac24e7 10obj-y := process.o traps.o irq.o ptrace.o setup.o time.o sys_cris.o
a9f75ac5 11obj-y += devicetree.o
aa6f4d2b 12obj-y += stacktrace.o
1da177e4
LT
13
14obj-$(CONFIG_MODULES) += crisksyms.o
15obj-$(CONFIG_MODULES) += module.o
3e41d652 16obj-$(CONFIG_SYSTEM_PROFILER) += profile.o
1da177e4
LT
17
18clean:
19