Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[deliverable/linux.git] / arch / openrisc / kernel / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4
5 extra-y := head.o vmlinux.lds
6
7 obj-y := setup.o or32_ksyms.o process.o dma.o \
8 traps.o time.o irq.o entry.o ptrace.o signal.o \
9 sys_call_table.o
10
11 obj-$(CONFIG_MODULES) += module.o
12 obj-$(CONFIG_OF) += prom.o
13
14 clean:
This page took 0.02877 seconds and 5 git commands to generate.