Merge remote-tracking branch 'asoc/fix/cs4271' into tmp
[deliverable/linux.git] / arch / avr32 / kernel / Makefile
CommitLineData
5f97f7f9
HS
1#
2# Makefile for the Linux/AVR32 kernel.
3#
4
5extra-y := head.o vmlinux.lds
6
7obj-$(CONFIG_SUBARCH_AVR32B) += entry-avr32b.o
8obj-y += syscall_table.o syscall-stubs.o irq.o
64ac24e7 9obj-y += setup.o traps.o ocd.o ptrace.o
5adc807f 10obj-y += signal.o process.o time.o
29b2501b 11obj-y += switch_to.o cpu.o
5f97f7f9
HS
12obj-$(CONFIG_MODULES) += module.o avr32_ksyms.o
13obj-$(CONFIG_KPROBES) += kprobes.o
2f026037 14obj-$(CONFIG_STACKTRACE) += stacktrace.o
e7ba176b 15obj-$(CONFIG_NMI_DEBUGGING) += nmi_debug.o
This page took 0.451435 seconds and 5 git commands to generate.