Blackfin arch: add mmiowb() as some drivers expect
[deliverable/linux.git] / arch / blackfin / kernel / Makefile
CommitLineData
1394f032
BW
1#
2# arch/blackfin/kernel/Makefile
3#
4
5extra-y := init_task.o vmlinux.lds
6
7obj-y := \
8 entry.o process.o bfin_ksyms.o ptrace.o setup.o signal.o \
8b5f79f9 9 sys_bfin.o traps.o irqchip.o dma-mapping.o flat.o \
7a1a6d00 10 fixed_code.o reboot.o bfin_gpio.o
1394f032 11
8b5f79f9
VM
12ifeq ($(CONFIG_GENERIC_CLOCKEVENTS),y)
13 obj-y += time-ts.o
14else
15 obj-y += time.o
16endif
17
780431e3 18obj-$(CONFIG_BFIN_GPTIMERS) += gptimers.o
1394f032
BW
19obj-$(CONFIG_MODULES) += module.o
20obj-$(CONFIG_BFIN_DMA_5XX) += bfin_dma_5xx.o
474f1a66 21obj-$(CONFIG_KGDB) += kgdb.o
0ae53640 22obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
This page took 0.179912 seconds and 5 git commands to generate.