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