Added support for Silicon Lab's c8051 MCUs.
[goodfet] / client / Makefile
index c2241b6..d0b4c5f 100644 (file)
@@ -67,6 +67,10 @@ py2exe:
        sed s/PYTHONCONSOLE/goodfet.spi25c/ <p2e.txt >setup.py
        python setup.py py2exe
        mv dist/goodfet.exe dist/gfspi25.exe
+#Silicon Labs C2
+       sed s/PYTHONCONSOLE/goodfet.slc2/ <p2e.txt >setup.py
+       python setup.py py2exe
+       mv dist/goodfet.exe dist/gfslc2.exe
 
 #Goodfet.  This must be last.
        sed s/PYTHONCONSOLE/goodfet/ <p2e.txt >setup.py