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