GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / powerpc / xmon / Makefile
blobfaa81b6a66126531c87f94897f33d2affc7c43f3
1 # Makefile for xmon
3 subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
5 GCOV_PROFILE := n
7 ifdef CONFIG_PPC64
8 EXTRA_CFLAGS += -mno-minimal-toc
9 endif
11 obj-y += xmon.o start.o nonstdio.o
13 ifdef CONFIG_XMON_DISASSEMBLY
14 obj-y += ppc-dis.o ppc-opc.o
15 obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o
16 endif