* support/regression/Makefile: added test for mcs51 model large
[fw/sdcc] / support / regression / ports / mcs51-large / spec.mk
1 # Port specification for the mcs51 port running with uCsim
2 #
3 # model large
4
5 SDCCFLAGS +=--model-large
6
7 # copy support.c
8 $(PORTS_DIR)/$(PORT)/%.c: $(PORTS_DIR)/mcs51/%.c
9         cp $< $@
10
11 include $(PORTS_DIR)/mcs51/spec.mk