Updates to Freedom SoCs
[freedom-sifive.git] / fpga / e300artydevkit / Makefile
diff --git a/fpga/e300artydevkit/Makefile b/fpga/e300artydevkit/Makefile
deleted file mode 100644 (file)
index 436ed8e..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-VIVADO ?= vivado
-VIVADOFLAGS := \
-       -nojournal -mode batch \
-       -source script/board.tcl \
-       -source script/prologue.tcl
-
-# Path to a program in raw binary format to be flashed into the address that the
-# bootrom jumps to.
-FLASHED_PROGRAM ?=
-
-bit := obj/system.bit
-$(bit): script/impl.tcl  script/init.tcl
-       VSRC_TOP=$(VSRC_TOP) EXTRA_VSRCS="$(EXTRA_VSRCS)" $(VIVADO) $(VIVADOFLAGS) -source script/init.tcl -source script/impl.tcl
-
-.PHONY: bit
-bit: $(bit)
-
-mcs := obj/system.mcs
-$(mcs): $(bit)
-       $(VIVADO) $(VIVADOFLAGS) script/cfgmem.tcl -tclargs $@ $^ $(FLASHED_PROGRAM)
-
-.PHONY: mcs
-mcs: $(mcs)
-
-.PHONY: clean
-clean::
-       rm -rf -- .Xil .ip_user_files *.os obj src/generated usage_statistics_webtalk.xml usage_statistics_webtalk.html *.log