2005-10-28 06:53:37 -06:00
|
|
|
# Makefile for xmon
|
|
|
|
|
2009-06-09 14:48:51 -06:00
|
|
|
subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
|
|
|
|
2009-08-09 13:02:51 -06:00
|
|
|
GCOV_PROFILE := n
|
|
|
|
|
2012-11-26 10:41:08 -07:00
|
|
|
ccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC)
|
2006-11-22 16:46:45 -07:00
|
|
|
|
2012-10-08 22:20:32 -06:00
|
|
|
obj-y += xmon.o nonstdio.o
|
2006-11-22 16:46:45 -07:00
|
|
|
|
|
|
|
ifdef CONFIG_XMON_DISASSEMBLY
|
|
|
|
obj-y += ppc-dis.o ppc-opc.o
|
2006-11-27 11:18:55 -07:00
|
|
|
obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o
|
2006-11-22 16:46:45 -07:00
|
|
|
endif
|