re-introduce required file
[fw/sdcc] / src / SDCCpeeph.awk
diff --git a/src/SDCCpeeph.awk b/src/SDCCpeeph.awk
new file mode 100644 (file)
index 0000000..160e069
--- /dev/null
@@ -0,0 +1,14 @@
+BEGIN {
+        print "/* Generated file DO NOT Edit */"
+        print "/* To Make changes to rules   */"
+        print "/* edit file SDCCpeeph.def    */"
+}
+
+/^\/\// { next}
+
+{ printf "\"" ;
+  printf "%s",$0;
+  print  "\\n\""; 
+}
+
+