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
x86, efi: Set runtime_version to the EFI spec revision
[linux/fpc-iii.git]
/
arch
/
powerpc
/
xmon
/
Makefile
blob
b49fdbd15808b5da74881412919a77178f35e4af
1
# Makefile for xmon
2
3
subdir-ccflags-
$(
CONFIG_PPC_WERROR
) := -
Werror
4
5
GCOV_PROFILE
:=
n
6
7
ccflags-
$(
CONFIG_PPC64
) := -
mno-minimal-toc
8
9
obj-y
+=
xmon.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