~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/tile/kernel/Makefile

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Makefile for the Linux/TILE kernel.
 
3
#
 
4
 
 
5
extra-y := vmlinux.lds head_$(BITS).o
 
6
obj-y := backtrace.o entry.o init_task.o irq.o messaging.o \
 
7
        pci-dma.o proc.o process.o ptrace.o reboot.o \
 
8
        setup.o signal.o single_step.o stack.o sys.o sysfs.o time.o traps.o \
 
9
        intvec_$(BITS).o regs_$(BITS).o tile-desc_$(BITS).o
 
10
 
 
11
obj-$(CONFIG_HARDWALL)          += hardwall.o
 
12
obj-$(CONFIG_TILEGX)            += futex_64.o
 
13
obj-$(CONFIG_COMPAT)            += compat.o compat_signal.o
 
14
obj-$(CONFIG_SMP)               += smpboot.o smp.o tlb.o
 
15
obj-$(CONFIG_MODULES)           += module.o
 
16
obj-$(CONFIG_EARLY_PRINTK)      += early_printk.o
 
17
obj-$(CONFIG_KEXEC)             += machine_kexec.o relocate_kernel.o
 
18
obj-$(CONFIG_PCI)               += pci.o