git.joshuawise.com
/
fpgaboy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Video RAM and a makefile change
[fpgaboy.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
3cabf3f
..
0aaf564
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-42,7
+42,7
@@
parsim: CoreTop_isim_par.exe
%.o: %.asm
rgbasm -o$@ $<
-%.bin: %.o
rom.lnk
+%.bin: %.o
echo "[Objects]" > tmp.lnk
echo $< >> tmp.lnk
echo "" >> tmp.lnk
@@
-51,7
+51,7
@@
parsim: CoreTop_isim_par.exe
xlink tmp.lnk
rm tmp.lnk
-%.mem: %.bin
+%.mem: %.bin
mashrom
./mashrom < $< > $@
CoreTop_%.bit: %.mem CoreTop.bit foo_bd.bmm
This page took
0.019742 seconds
and
4
git commands to generate.