5f958a3486ecd04ff236dd8dce63f66db6e760a1
[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 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/large