diff options
Diffstat (limited to 'arch/ppc/xmon/Makefile')
-rw-r--r-- | arch/ppc/xmon/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/ppc/xmon/Makefile b/arch/ppc/xmon/Makefile new file mode 100644 index 000000000000..9aa260b926f5 --- /dev/null +++ b/arch/ppc/xmon/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # Makefile for xmon | ||
2 | |||
3 | ifdef CONFIG_8xx | ||
4 | obj-y := start_8xx.o | ||
5 | else | ||
6 | obj-y := start.o | ||
7 | endif | ||
8 | obj-y += xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o | ||