8 lines
280 B
Makefile
8 lines
280 B
Makefile
# Options used when building app-specific libalpha components
|
|
PRIMARY_LOAD_ADDRESS= 20000000 # "Region 1 start"
|
|
SECONDARY_LOAD_ADDRESS= 2000c000 # "Region 1 start" + 48k
|
|
HEAP_LIMIT= 20040000 # "Region 1 start" + 256k
|
|
DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a
|
|
|
|
BINDIR= /usr/mdec
|