• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile for xmon
2
3subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
4
5GCOV_PROFILE := n
6
7ccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC)
8
9obj-y			+= xmon.o nonstdio.o
10
11ifdef CONFIG_XMON_DISASSEMBLY
12obj-y			+= ppc-dis.o ppc-opc.o
13obj-$(CONFIG_SPU_BASE)	+= spu-dis.o spu-opc.o
14endif
15