diff options
Diffstat (limited to 'support/regression/ports/mcs51-small')
| -rw-r--r-- | support/regression/ports/mcs51-small/spec.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/support/regression/ports/mcs51-small/spec.mk b/support/regression/ports/mcs51-small/spec.mk new file mode 100644 index 0000000..f685a9a --- /dev/null +++ b/support/regression/ports/mcs51-small/spec.mk @@ -0,0 +1,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 |
