aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-03-10 00:43:12 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-03-10 00:43:12 -0800
commitb4125c052451f82a0182f0de8bb3f9f671fc55c9 (patch)
treeb941b62d8cbe68e247844cf18ed3baefd74ec710
parent080ec44b4482d38e34394d45c95862f5cba5777e (diff)
downloadriscv-opcodes-b4125c052451f82a0182f0de8bb3f9f671fc55c9.zip
riscv-opcodes-b4125c052451f82a0182f0de8bb3f9f671fc55c9.tar.gz
riscv-opcodes-b4125c052451f82a0182f0de8bb3f9f671fc55c9.tar.bz2
Reflect new location of encoding.h in riscv-pk
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0fa58a0..33954f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
SHELL := /bin/sh
ISASIM_H := ../riscv-isa-sim/riscv/encoding.h
-PK_H := ../riscv-pk/pk/encoding.h
+PK_H := ../riscv-pk/machine/encoding.h
FESVR_H := ../riscv-fesvr/fesvr/encoding.h
ENV_H := ../riscv-tests/env/encoding.h
GAS_H := ../riscv-gnu-toolchain/binutils/include/opcode/riscv-opc.h