projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[linux-2.6]
/
arch
/
powerpc
/
xmon
/
Makefile
1
# Makefile for xmon
2
3
ifdef CONFIG_PPC64
4
EXTRA_CFLAGS += -mno-minimal-toc
5
endif
6
7
obj-y += xmon.o setjmp.o start.o nonstdio.o
8
9
ifdef CONFIG_XMON_DISASSEMBLY
10
obj-y += ppc-dis.o ppc-opc.o
11
obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o
12
endif