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 @@ +# Makefile for xmon + +ifdef CONFIG_8xx +obj-y := start_8xx.o +else +obj-y := start.o +endif +obj-y += xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o |