From b4125c052451f82a0182f0de8bb3f9f671fc55c9 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 10 Mar 2016 00:43:12 -0800 Subject: Reflect new location of encoding.h in riscv-pk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.1