remove svanalysis from Makefile, it is now part of openpower-isa
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 22 Aug 2021 09:43:26 +0000 (10:43 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 22 Aug 2021 09:43:26 +0000 (10:43 +0100)
Makefile

index 909a463a0d605f97d2c931c5e65015ca1d1b1406..3d4ea62db5a779f896d1f59665014783681f0523 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,15 +11,15 @@ mkpinmux:
        cp pinmux/ls180/ls180_pins.py src/soc/debug
        cp pinmux/ls180/ls180_pins.py src/soc/litex/florent/libresoc
 
-install: gitupdate develop mkpinmux svanalysis
+install: gitupdate develop mkpinmux
 
 # this is now actually part of openpower-isa repository
 pywriter:
-       pywriter
+       echo "pywriter is part of openpower-isa, run that instead"
 
 # this is now actually part of openpower-isa repository
 svanalysis:
-       svanalysis
+       echo "sv_analysis is part of openpower-isa, run that instead"
 
 develop:
        python3 setup.py develop # yes, develop, not install