diff options
Diffstat (limited to 'support/regression/ports/mcs51-xstack-auto')
| -rw-r--r-- | support/regression/ports/mcs51-xstack-auto/spec.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/support/regression/ports/mcs51-xstack-auto/spec.mk b/support/regression/ports/mcs51-xstack-auto/spec.mk new file mode 100644 index 0000000..1e64a63 --- /dev/null +++ b/support/regression/ports/mcs51-xstack-auto/spec.mk @@ -0,0 +1,16 @@ +# Regression test specification for the mcs51-xstack-auto target running with uCsim +# +# model small xstack-auto + +LIBSDCCFLAGS+= --stack-auto --xstack +SDCCFLAGS += --stack-auto --xstack + +include $(PORTS_DIR)/mcs51-common/spec.mk + +LIBDIR = $(top_builddir)/device/lib/build/small-xstack-auto + +MAKE_LIBRARY = lib-files + +.PHONY: lib-files +lib-files: + $(MAKE) -C $(top_builddir)/device/lib model-mcs51-xstack-auto MODELS=small |
