summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@cs.berkeley.edu>2015-03-30 18:20:46 -0700
committerGravatar Andrew Waterman <waterman@cs.berkeley.edu>2015-03-30 18:20:46 -0700
commitba8498f052fda83eda73fd3563f3a160a2ec10d7 (patch)
tree5109fe712aa0e8f9db9817e8cc1f9c23fa1ba319 /Makefile
parent9983d491eb3275564f171e74f287f9270f1adcf3 (diff)
RVC draft
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b26a5d9..f10f353 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ install: $(ISASIM_H) $(PK_H) $(FESVR_H) $(ENV_H) $(GAS_H) $(XCC_H) inst.chisel i
$(ISASIM_H) $(PK_H) $(FESVR_H) $(ENV_H): $(ALL_OPCODES) parse-opcodes
cp encoding.h $@
- cat opcodes | ./parse-opcodes -c >> $@
+ cat opcodes opcodes-rvc | ./parse-opcodes -c >> $@
$(GAS_H) $(XCC_H): $(ALL_OPCODES) parse-opcodes
cat $(ALL_OPCODES) | ./parse-opcodes -c > $@