* device/include/ds400rom.h,
[fw/sdcc] / device / lib / mcs51 / Makefile.in
index 27adf012c8de7eed65e9e0882e6f43cbb8720331..294048428a0eeacd867e19b95567c34b7a5b5cc4 100644 (file)
@@ -8,7 +8,7 @@ SAS = $(top_builddir)/bin/asx8051
 SCC = $(top_builddir)/bin/sdcc
 
 OBJ = crtstart.rel crtxinit.rel crtxclear.rel crtclear.rel crtxstack.rel \
-      crtpagesfr.rel crtbank.rel
+      crtpagesfr.rel crtbank.rel crtcall.rel
 
 LIB = mcs51.lib
 
@@ -16,7 +16,7 @@ CC = $(SCC)
 AS = $(SAS)
 ASFLAGS = -plosgff
 
-CFLAGS = -I$(top_srcdir)/include
+CFLAGS = -I$(top_srcdir)/include --std-c89
 
 all: $(LIB)
 
@@ -37,4 +37,4 @@ clean:
        rm -f *.rel *.sym *.lst *~ $(CLEANSPEC) *.dump* *.lib
 
 distclean: clean
-       rm -r Makefile
\ No newline at end of file
+       rm -r Makefile