mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 15:03:40 +00:00
4 lines
113 B
Makefile
4 lines
113 B
Makefile
TOPDIR=../..
|
|
UVM32_MEMORY_SIZE=512
|
|
CFLAGS=-DUVM32_STACK_PROTECTION
|
|
include ${TOPDIR}/test/common/makefile.common
|