summaryrefslogblamecommitdiffstats
path: root/arch/powerpc/xmon/Makefile
blob: 1278788d96e3efb41b13a88099fa5914844bc4b1 (plain) (tree)
1
2
3
4
5
6
7
8
9

                   

                                              

                 
                                            
 
                                            


                                              
                                              
     
# Makefile for xmon

subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror

GCOV_PROFILE := n

ccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC)

obj-y			+= xmon.o nonstdio.o

ifdef CONFIG_XMON_DISASSEMBLY
obj-y			+= ppc-dis.o ppc-opc.o
obj-$(CONFIG_SPU_BASE)	+= spu-dis.o spu-opc.o
endif