Nordic RF client.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 24 May 2010 04:34:46 +0000 (04:34 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 24 May 2010 04:34:46 +0000 (04:34 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@559 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/Makefile

index 3310cbe..c854029 100644 (file)
@@ -41,6 +41,10 @@ py2exe:
        sed s/PYTHONCONSOLE/goodfet.spiflash/ <p2e.txt >setup.py
        python setup.py py2exe
        mv dist/goodfet.exe dist/gfspi.exe
        sed s/PYTHONCONSOLE/goodfet.spiflash/ <p2e.txt >setup.py
        python setup.py py2exe
        mv dist/goodfet.exe dist/gfspi.exe
+#Nordic RF
+       sed s/PYTHONCONSOLE/goodfet.nrf/ <p2e.txt >setup.py
+       python setup.py py2exe
+       mv dist/goodfet.exe dist/gfnrf.exe
 #Goodfet.  This must be last.
        sed s/PYTHONCONSOLE/goodfet/ <p2e.txt >setup.py
        python setup.py py2exe
 #Goodfet.  This must be last.
        sed s/PYTHONCONSOLE/goodfet/ <p2e.txt >setup.py
        python setup.py py2exe