projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20003f0
)
Makefile: correct bitstream filename
author
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Sat, 16 Feb 2013 23:12:15 +0000
(
00:12
+0100)
committer
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Sat, 16 Feb 2013 23:12:15 +0000
(
00:12
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 26cfad84d505275f5ea17b47cdd961481679f584..a6aa2408c5df9389a265771148a20f4348dee765 100644
(file)
--- 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: