git.joshuawise.com
/
fpgaboy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9e1c03b
)
Fix makefile, too
author
Joshua Wise
<joshua@rebirth.joshuawise.com>
Sat, 10 May 2008 09:18:58 +0000
(
05:18
-0400)
committer
Joshua Wise
<joshua@rebirth.joshuawise.com>
Sat, 10 May 2008 09:18:58 +0000
(
05:18
-0400)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 40d5efa7168e199800fa45f11fe2c2fdac1a80e5..732727ccd9eecb4ec081a0298591a3dce89e6da4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-11,7
+11,8
@@
VLOGS_ALL = $(VLOGS) core/insn_call-callcc.v core/insn_incdec16.v \
core/insn_ld_reg_imm8.v core/insn_ldx_ahl.v core/insn_push_reg.v \
core/insn_vop_intr.v core/insn_ldm8_a.v core/insn_ldm16_a.v \
core/insn_ldbcde_a.v core/insn_alu_ext.v core/insn_bit.v \
- core/insn_two_byte.v core/insn_incdec_reg8.v core/insn_add_hl.v
+ core/insn_two_byte.v core/insn_incdec_reg8.v core/insn_add_hl.v \
+ core/insn_add_sp_imm8.v core/insn_ldhl_sp_imm8.v
all: CoreTop.svf
This page took
0.02244 seconds
and
4
git commands to generate.