aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-05-17 13:08:23 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-05-17 13:08:23 -0700
commite0abc2255a71afb0236032ae3d92bea26c15716d (patch)
tree325a259869203f18e8b6da930eae45f0c278a456 /Makefile
parent4b62298941b746bbb5c44f9b58114c1043e4e971 (diff)
parentf8bab126082ce7fcd9e91ad54918bd1cf913da3b (diff)
downloadriscv-opcodes-e0abc2255a71afb0236032ae3d92bea26c15716d.zip
riscv-opcodes-e0abc2255a71afb0236032ae3d92bea26c15716d.tar.gz
riscv-opcodes-e0abc2255a71afb0236032ae3d92bea26c15716d.tar.bz2
Merge remote-tracking branch 'origin/priv-1.10'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3220e47..795cb94 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ GAS_H := ../riscv-gnu-toolchain/riscv-binutils-gdb/include/opcode/riscv-opc.h
ALL_OPCODES := opcodes-pseudo opcodes opcodes-rvc opcodes-rvc-pseudo opcodes-custom
-install: $(ISASIM_H) $(PK_H) $(FESVR_H) $(ENV_H) $(GAS_H) inst.chisel instr-table.tex priv-instr-table.tex
+install: $(ISASIM_H) $(PK_H) $(FESVR_H) $(ENV_H) inst.chisel instr-table.tex priv-instr-table.tex
$(ISASIM_H) $(PK_H) $(FESVR_H) $(ENV_H): $(ALL_OPCODES) parse-opcodes encoding.h
cp encoding.h $@