blob: 5334be8e253822c6c1b14741dc39d9ac49c4fdb7 [file] [log] [blame]
Chris Metcalf867e3592010-05-28 23:09:12 -04001#
2# Makefile for the Linux/TILE kernel.
3#
4
5extra-y := vmlinux.lds head_$(BITS).o
Thomas Gleixner293ef7b2012-05-03 09:02:59 +00006obj-y := backtrace.o entry.o irq.o messaging.o \
Chris Metcalf867e3592010-05-28 23:09:12 -04007 pci-dma.o proc.o process.o ptrace.o reboot.o \
Chris Metcalff133ecc2011-05-26 12:40:09 -04008 setup.o signal.o single_step.o stack.o sys.o sysfs.o time.o traps.o \
Chris Metcalf867e3592010-05-28 23:09:12 -04009 intvec_$(BITS).o regs_$(BITS).o tile-desc_$(BITS).o
10
Chris Metcalf9f9c0382010-06-25 17:00:56 -040011obj-$(CONFIG_HARDWALL) += hardwall.o
Chris Metcalf867e3592010-05-28 23:09:12 -040012obj-$(CONFIG_COMPAT) += compat.o compat_signal.o
13obj-$(CONFIG_SMP) += smpboot.o smp.o tlb.o
14obj-$(CONFIG_MODULES) += module.o
15obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
Chris Metcalffc0c49f2012-03-29 15:48:23 -040016obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel_$(BITS).o
Chris Metcalf12962262012-04-07 17:10:17 -040017ifdef CONFIG_TILEGX
18obj-$(CONFIG_PCI) += pci_gx.o
19else
Chris Metcalff02cbbe2010-11-02 12:05:10 -040020obj-$(CONFIG_PCI) += pci.o
Chris Metcalf12962262012-04-07 17:10:17 -040021endif
Chris Metcalf47fc28b2012-05-09 13:58:14 -040022obj-$(CONFIG_TILE_USB) += usb.o