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