Merge tag 'drm-fixes-v4.7-rc1' of git://people.freedesktop.org/~airlied/linux
[deliverable/linux.git] / arch / powerpc / xmon / Makefile
CommitLineData
f78541dc
PM
1# Makefile for xmon
2
ba55bd74
ME
3subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
4
a15098c9 5GCOV_PROFILE := n
bf76f73c 6UBSAN_SANITIZE := n
a15098c9 7
1fbe9cf2 8ccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC)
e0426047 9
31cdd0c3 10obj-y += xmon.o nonstdio.o spr_access.o
e0426047
ME
11
12ifdef CONFIG_XMON_DISASSEMBLY
13obj-y += ppc-dis.o ppc-opc.o
e055595d 14obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o
e0426047 15endif
This page took 0.677935 seconds and 5 git commands to generate.