mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-06 17:43:43 +00:00
9 lines
146 B
Makefile
9 lines
146 B
Makefile
|
# 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
|