Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / powerpc / xmon / Makefile
1 # Makefile for xmon
2
3 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
4
5 GCOV_PROFILE := n
6
7 ccflags-$(CONFIG_PPC64) := $(NO_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
This page took 0.030403 seconds and 5 git commands to generate.