~ubuntu-branches/ubuntu/saucy/linux-n900/saucy

« back to all changes in this revision

Viewing changes to arch/cris/arch-v32/kernel/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Poirier
  • Date: 2011-02-18 09:43:31 UTC
  • Revision ID: james.westby@ubuntu.com-20110218094331-eyubsja4f9k0yhmq
Tags: 2.6.35-1.1
Initial release.

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