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