* src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
[fw/sdcc] / device / lib / pic16 / libc / stdio / Makefile
index 40080668d0d4706854ee38be02cf16bb21d0096d..6f96ab722394b4b8c98a24240400ff2e438401f7 100644 (file)
 include ../Makefile.rules
 
 SRCS   =       printf_tiny \
-               printf_small
+               printf_small \
+               printf \
+               sprintf \
+               fprintf \
+               vprintf \
+               vsprintf \
+               vfprintf \
+               strmusart \
+               strmmssp \
+               strmgpsim \
+               strmputchar \
+               streams
 
 
 CFILES = $(patsubst %,%.c,$(SRCS))
 OFILES = $(patsubst %.c,%.o,$(CFILES))
 
 
-DEBUG= --stack-auto
+DEBUG=
 #COMPILE_FLAGS   += --pomit-config-words --pomit-ivt --no-peep
 COMPILE_FLAGS  += $(DEBUG)