* .version: bumped version number to 2.4.8
[fw/sdcc] / device / lib / pic16 / Makefile
index fee486adceab2db2e296eb20d245e94d5dcd8b3c..ba6de15e2540df18d9c373851d6c3c2a8d02d181 100644 (file)
 include ./Makefile.common
 
 
-DIRS   =       libdev  \
+DIRS   =       startup \
+               libdev  \
                libsdcc \
-               libc    \
-               startup \
+               libc \
+               libm \
                debug
+               
+#              libio 
 
 
 all: build-all-libraries
@@ -30,6 +33,9 @@ build-all-libraries:
        done
 
 
+lib-io:
+       $(MAKE) -C libio MODELFLAGS=$(MODELFLAGS)
+
 clean: all-clean
        $(RM) -f bin/*.*