* src/pic16/device.c (pic16_dump_gsection,
[fw/sdcc] / device / lib / pic16 / libsdcc / gptr / Makefile
index 9e36970e590ffdf3b5d551d1841e97ce7e6278d9..1659055d4b10d93e1980d96d541bfcbed887086f 100644 (file)
@@ -20,11 +20,17 @@ SRCS        =       gptrget1 \
                gptrput2 \
                gptrput3 \
                gptrput4
-               
+
 
 include ../Makefile.rules
 
+#OFILES        += gptrcommon.o
+
+
 all: build-library
 
+#gptrcommon.o: gptrcommon.S
+#      $(AS) -c $< -o $@
+
 build-library: $(OFILES)
 #      @$(CP) -v $(OFILES) ../../bin