Merge branch 'akpm' (patches from Andrew)
[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 UBSAN_SANITIZE := n
7
8 ccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC)
9
10 obj-y += xmon.o nonstdio.o spr_access.o
11
12 ifdef CONFIG_XMON_DISASSEMBLY
13 obj-y += ppc-dis.o ppc-opc.o
14 obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o
15 endif
This page took 0.044038 seconds and 5 git commands to generate.