]> Git Repo - linux.git/blame - arch/cris/arch-v32/kernel/Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[linux.git] / arch / cris / arch-v32 / kernel / Makefile
CommitLineData
51533b61
MS
1#
2# Makefile for the linux kernel.
3#
4
5extra-y := head.o
6
7
0f229504 8obj-y := entry.o traps.o irq.o debugport.o \
51533b61 9 process.o ptrace.o setup.o signal.o traps.o time.o \
0f229504 10 cache.o cacheflush.o
51533b61 11
51533b61
MS
12obj-$(CONFIG_SMP) += smp.o
13obj-$(CONFIG_ETRAX_KGDB) += kgdb.o kgdb_asm.o
14obj-$(CONFIG_ETRAX_FAST_TIMER) += fasttimer.o
15obj-$(CONFIG_MODULES) += crisksyms.o
16
17clean:
18
This page took 0.901408 seconds and 4 git commands to generate.