cdc0b0503494dfd0f4eee3958e1a07d74d2d5ef6
[fw/sdcc] / support / regression / ports / mcs51-medium / spec.mk
1 # Port specification for the mcs51 port running with uCsim
2 #
3 # model medium
4
5 SDCCFLAGS +=--model-medium
6
7 # copy support.c
8 $(PORTS_DIR)/$(PORT)/%.c: $(PORTS_DIR)/mcs51/%.c
9         cp $< $@
10
11 include $(PORTS_DIR)/mcs51/spec.mk
12
13 LIBDIR = $(SDCC_DIR)/device/lib/build/medium