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