2005-10-28 14:53:37 +02:00
|
|
|
# Makefile for xmon
|
|
|
|
|
2009-06-09 22:48:51 +02:00
|
|
|
subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
|
|
|
|
2009-08-09 21:02:51 +02:00
|
|
|
GCOV_PROFILE := n
|
|
|
|
|
2010-09-22 22:51:09 +02:00
|
|
|
ccflags-$(CONFIG_PPC64) := -mno-minimal-toc
|
2006-11-23 00:46:45 +01:00
|
|
|
|
2008-12-17 11:08:55 +01:00
|
|
|
obj-y += xmon.o start.o nonstdio.o
|
2006-11-23 00:46:45 +01:00
|
|
|
|
|
|
|
ifdef CONFIG_XMON_DISASSEMBLY
|
|
|
|
obj-y += ppc-dis.o ppc-opc.o
|
2006-11-27 19:18:55 +01:00
|
|
|
obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o
|
2006-11-23 00:46:45 +01:00
|
|
|
endif
|