]> git.zerfleddert.de Git - raggedstone/blobdiff - common/Makefile.common
bugfix
[raggedstone] / common / Makefile.common
index e9d4cfebd0618ccd6f48dfe2162bbca7eef2ef3c..bbf42182f35c96b6a4e7b16d8c94593f17b364f1 100644 (file)
@@ -73,7 +73,10 @@ load: $(PROJECT).bit
        $(PRELOAD) impact -batch xc3s1500.batch.tmp
        @rm xc3s1500.batch.tmp
 
-flash: $(PROJECT)-xcf02s.mcs $(PROJECT)-xcf04s.mcs
+flash:
+       @echo "NO"
+
+i-really-want-to-flash: $(PROJECT)-xcf02s.mcs $(PROJECT)-xcf04s.mcs
        @sed -e "s|%CABLE%|$(CABLE)|g" -e "s|%PROJECT%|$(PROJECT)|g" ../common/xcf.batch >xcf.batch.tmp
        $(PRELOAD) impact -batch xcf.batch.tmp
        @rm xcf.batch.tmp
@@ -90,4 +93,4 @@ clean:
                build.log \
                $(PROJECT).unroutes *.xml $(CLEANFILES)
 
-.PHONY: all final burn load flash clean xst ngdbuild log analyzer
+.PHONY: all final burn load flash clean xst ngdbuild log analyzer i-really-want-to-flash
Impressum, Datenschutz