repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.31.6
[linux/fpc-iii.git]
/
arch
/
powerpc
/
xmon
/
Makefile
blob
85ab97ab840a19172662b712f1f345850918a090
1
# Makefile for xmon
2
3
subdir-ccflags-
$(
CONFIG_PPC_WERROR
) := -
Werror
4
5
ifdef
CONFIG_PPC64
6
EXTRA_CFLAGS
+= -
mno-minimal-toc
7
endif
8
9
obj-y
+=
xmon.o start.o nonstdio.o
10
11
ifdef
CONFIG_XMON_DISASSEMBLY
12
obj-y
+=
ppc-dis.o ppc-opc.o
13
obj-
$(
CONFIG_SPU_BASE
) +=
spu-dis.o spu-opc.o
14
endif