Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk...
[linux-2.6-block.git] / arch / powerpc / xmon / Makefile
CommitLineData
f78541dc
PM
1# Makefile for xmon
2
ba55bd74
ME
3subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
4
a15098c9
ME
5GCOV_PROFILE := n
6
1fbe9cf2 7ccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC)
e0426047 8
33b5cd68 9obj-y += xmon.o nonstdio.o
e0426047
ME
10
11ifdef CONFIG_XMON_DISASSEMBLY
12obj-y += ppc-dis.o ppc-opc.o
e055595d 13obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o
e0426047 14endif