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