[hw] Don't export PRJ_DIR in hw/Makefile
This command causes PRJ_DIR to be defined in the environment of
subcommands, but the string PRJ_DIR doesn't appear in any other file
in the repository. Since we don't need it, let's get rid of the hook
before it turns into yet another string of spaghetti :-)
Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
diff --git a/hw/Makefile b/hw/Makefile
index 7cba4b3..e7bb9a8 100644
--- a/hw/Makefile
+++ b/hw/Makefile
@@ -4,7 +4,6 @@
CUR_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
PRJ_DIR := $(realpath ${CUR_DIR}/../)
-export PRJ_DIR
REG_OUTPUT_DIR ?= ${PRJ_DIR}/build/regs-generated
REG_OUTPUT_DV_DIR ?= ${REG_OUTPUT_DIR}/dv