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

« back to all changes in this revision

Viewing changes to arch/cris/arch-v32/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 kernel.
 
3
#
 
4
 
 
5
extra-y := head.o
 
6
 
 
7
 
 
8
obj-y   := entry.o traps.o irq.o debugport.o \
 
9
           process.o ptrace.o setup.o signal.o traps.o time.o \
 
10
           cache.o cacheflush.o
 
11
 
 
12
obj-$(CONFIG_SMP) += smp.o
 
13
obj-$(CONFIG_ETRAX_KGDB) += kgdb.o kgdb_asm.o
 
14
obj-$(CONFIG_ETRAX_FAST_TIMER) += fasttimer.o
 
15
obj-$(CONFIG_MODULES)    += crisksyms.o
 
16
 
 
17
clean:
 
18