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
[libata] sata_sx4: fixup interrupt handling
[linux/fpc-iii.git]
/
arch
/
powerpc
/
xmon
/
Makefile
blob
9cb03b71b9d66535dbcb95abe9c44d9910739243
1
# Makefile for xmon
2
3
ifdef
CONFIG_PPC64
4
EXTRA_CFLAGS
+= -
mno-minimal-toc
5
endif
6
7
obj-y
+=
xmon.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