From b135d87ca2dc1d78c73f9facabb6dd5d166441e4 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 17 Feb 2013 00:12:15 +0100 Subject: [PATCH] Makefile: correct bitstream filename --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 26cfad84..a6aa2408 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -all: build/soc.bit +all: build/top.bit -build/soc.bit build/soc.bin: +build/top.bit build/top.bin: ./build.py -load: build/soc.bit +load: build/top.bit jtag -n load.jtag clean: -- 2.30.2