diff options
author | David Woodhouse <dwmw2@shinybook.infradead.org> | 2005-08-09 11:51:35 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@shinybook.infradead.org> | 2005-08-09 11:51:35 -0400 |
commit | c973b112c76c9d8fd042991128f218a738cc8d0a (patch) | |
tree | e813b0da5d0a0e19e06de6462d145a29ad683026 /arch/cris/arch-v32/kernel/Makefile | |
parent | c5fbc3966f48279dbebfde10248c977014aa9988 (diff) | |
parent | 00dd1e433967872f3997a45d5adf35056fdf2f56 (diff) |
Merge with /shiny/git/linux-2.6/.git
Diffstat (limited to 'arch/cris/arch-v32/kernel/Makefile')
-rw-r--r-- | arch/cris/arch-v32/kernel/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/cris/arch-v32/kernel/Makefile b/arch/cris/arch-v32/kernel/Makefile new file mode 100644 index 000000000000..5d5b613cde8c --- /dev/null +++ b/arch/cris/arch-v32/kernel/Makefile | |||
@@ -0,0 +1,21 @@ | |||
1 | # $Id: Makefile,v 1.11 2004/12/17 10:16:13 starvik Exp $ | ||
2 | # | ||
3 | # Makefile for the linux kernel. | ||
4 | # | ||
5 | |||
6 | extra-y := head.o | ||
7 | |||
8 | |||
9 | obj-y := entry.o traps.o irq.o debugport.o dma.o pinmux.o \ | ||
10 | process.o ptrace.o setup.o signal.o traps.o time.o \ | ||
11 | arbiter.o io.o | ||
12 | |||
13 | obj-$(CONFIG_ETRAXFS_SIM) += vcs_hook.o | ||
14 | |||
15 | obj-$(CONFIG_SMP) += smp.o | ||
16 | obj-$(CONFIG_ETRAX_KGDB) += kgdb.o kgdb_asm.o | ||
17 | obj-$(CONFIG_ETRAX_FAST_TIMER) += fasttimer.o | ||
18 | obj-$(CONFIG_MODULES) += crisksyms.o | ||
19 | |||
20 | clean: | ||
21 | |||