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