blob: 12d7a412c6fa0391a4ed72da0f741d6b332375fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Regression test specification for the mcs51-stack-auto target running with uCsim
#
# model small stack-auto
SDCCFLAGS +=--stack-auto
include $(PORTS_DIR)/mcs51-common/spec.mk
LIBDIR = $(top_builddir)/device/lib/build/small-stack-auto
|