Makefile 146 B

12345678
  1. # Makefile for xmon
  2. ifdef CONFIG_8xx
  3. obj-y := start_8xx.o
  4. else
  5. obj-y := start.o
  6. endif
  7. obj-y += xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o