c30df57dc14f55cdf961f0243b9cc390b4df60c3
[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 include $(PORTS_DIR)/mcs51/spec.mk
8
9 # use C sources from mcs51
10 $(PORT_CASES_DIR)/%$(OBJEXT): $(PORTS_DIR)/mcs51/%.c
11         $(SDCC) $(SDCCFLAGS) -c $< -o $@
12
13 LIBDIR = $(top_builddir)device/lib/build/medium