5 lines
101 B
Text
5 lines
101 B
Text
|
# -*- makefile -*-
|
||
|
LINK_BASE = 0x80010000
|
||
|
target_machine=qemu-mipssim
|
||
|
include $(srcdir)/conf/mips.mk
|