Merge branch 'topic/oxygen' into for-linus
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / powerpc / xmon / Makefile
CommitLineData
f78541dc
PM
1# Makefile for xmon
2
ba55bd74
ME
3subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
4
f78541dc
PM
5ifdef CONFIG_PPC64
6EXTRA_CFLAGS += -mno-minimal-toc
7endif
e0426047 8
322b4394 9obj-y += xmon.o start.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