Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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