* device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was erroneously...
[fw/sdcc] / device / lib / pic16 / Makefile.common.in
index c16ff30aabe627db91a99bfb522f4b9dced201ce..7ca93e249adc72463cfd9d076a75aec74f6ab5c8 100644 (file)
@@ -26,4 +26,6 @@ SED   = @SED@
 
 # Quick+dirty fix: this should be defined elsewhere,
 # but it's needed for `make clean`; Bernhard
-MM = -MM
\ No newline at end of file
+MM = -MM
+
+MODELFLAGS      = -mpic16
\ No newline at end of file