Skip to content

Commit

Permalink
Makefile: correct bitstream filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Feb 16, 2013
1 parent 20003f0 commit b135d87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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:
Expand Down

0 comments on commit b135d87

Please sign in to comment.