diff options
author | Quan Nguyen <quannguyen@berkeley.edu> | 2014-01-20 15:48:52 -0800 |
---|---|---|
committer | Quan Nguyen <quannguyen@berkeley.edu> | 2014-01-20 15:48:52 -0800 |
commit | 714662af27924f1c3dbf81d700e67dfafa0367a0 (patch) | |
tree | 0b4842f87b1cbfe7788d02a74e168005b78cb31d /Makefile | |
parent | d372a0e5a897f499178c38851e17c3bd82e672c1 (diff) | |
parent | 612076a5c7b8e3e5625e5a0d803d6faa2f402737 (diff) | |
download | riscv-opcodes-714662af27924f1c3dbf81d700e67dfafa0367a0.zip riscv-opcodes-714662af27924f1c3dbf81d700e67dfafa0367a0.tar.gz riscv-opcodes-714662af27924f1c3dbf81d700e67dfafa0367a0.tar.bz2 |
Merge branch 'confprec'
Conflicts:
Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ ENV_H := ../riscv-tests/env/encoding.h GAS_H := ../riscv-gcc/binutils-2.21.1/include/opcode/riscv-opc.h XCC_H := ../riscv-gcc/gcc-4.6.1/gcc/config/riscv/riscv-opc.h -ALL_OPCODES := opcodes opcodes-pseudo opcodes-rvc opcodes-hwacha opcodes-hwacha-pseudo opcodes-custom +ALL_OPCODES := opcodes opcodes-pseudo opcodes-rvc opcodes-hwacha opcodes-hwacha-pseudo opcodes-hwacha-ut opcodes-custom install: $(ISASIM_H) $(PK_H) $(ENV_H) $(GAS_H) $(XCC_H) inst.chisel instr-table.tex |