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