]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/cris/kernel/Makefile
Merge branches 'acpi-ec', 'acpi-soc', 'acpi-video' and 'acpi-resources'
[mirror_ubuntu-artful-kernel.git] / arch / cris / kernel / Makefile
CommitLineData
3e41d652 1# $Id: Makefile,v 1.12 2004/10/19 13:07:43 starvik Exp $
1da177e4
LT
2#
3# Makefile for the linux kernel.
4#
5
51b563fc 6CPPFLAGS_vmlinux.lds := -DDRAM_VIRTUAL_BASE=0x$(CONFIG_ETRAX_DRAM_VIRTUAL_BASE)
1da177e4
LT
7extra-y := vmlinux.lds
8
64ac24e7 9obj-y := process.o traps.o irq.o ptrace.o setup.o time.o sys_cris.o
1da177e4
LT
10
11obj-$(CONFIG_MODULES) += crisksyms.o
12obj-$(CONFIG_MODULES) += module.o
3e41d652 13obj-$(CONFIG_SYSTEM_PROFILER) += profile.o
1da177e4
LT
14
15clean:
16