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