]> git.gag.com Git - fw/sdcc/blobdiff - device/lib/ds390/Makefile.in
* device/include/tinibios.h: removed defines for putchar and getchar
[fw/sdcc] / device / lib / ds390 / Makefile.in
index d09dcaaf42c0cb441707bec84e946d0248f46da1..b9d1be79f4efdf9a5433824dd000682e13d16ec9 100755 (executable)
@@ -5,7 +5,7 @@ CC = ../../../bin/sdcc
 
 #VERBOSE = --verbose
 
-OBJECTS = tinibios.rel memcpyx.rel  lcd390.rel i2c390.rel rtc390.rel
+OBJECTS = tinibios.rel memcpyx.rel  lcd390.rel i2c390.rel rtc390.rel putchar.rel
 
 SOURCES = $(patsubst %.rel,%.c,$(OBJECTS))
 
@@ -15,7 +15,7 @@ CFLAGS = -mds390 $(CPPFLAGS) $(VERBOSE)
 all: $(OBJECTS) libds390.lib
 
 clean:
-       rm -f *.lst *.rel *.sym *.cdb *.asm \#* *~ *.rst *.hex 
+       rm -f *.lst *.rel *.sym *.cdb *.asm \#* *~ *.rst *.hex
        rm -f *.ihx temp.lnk *.map *.lib
 
 distclean: clean