f9e2b863b156c494adb5e76898f67ec871e6b193
[fw/sdcc] / support / regression / ports / mcs51-stack-auto / spec.mk
1 # Port specification for the mcs51 port running with uCsim
2 #
3 # model small stack-auto
4
5 SDCCFLAGS +=--stack-auto
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/small-stack-auto