From 9ff6673f54b18386fd205eeb8be8d3c21a40fdca Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Mon, 13 Jul 2015 10:21:48 -0700 Subject: Generalize, add missing chisel2 meta files. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3371163f..d56e9610 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,9 @@ SBT_FLAGS += -DchiselVersion="3.0-SNAPSHOT" endif SRC_DIR ?= . +CHISEL_BIN ?= $(SRC_DIR)/bin +export CHISEL_BIN + SYSTEMC ?= $(SRC_DIR)/../../systemc/systemc-2.3.1 CHISEL_JAR ?= $(SRC_DIR)/target/scala-2.11/chisel_2.11-3.0-SNAPSHOT.jar DRIVER ?= $(SRC_DIR)/src/test/resources/AddFilterSysCdriver.cpp @@ -34,7 +37,7 @@ smoke: $(SBT) $(SBT_FLAGS) compile publish-local: - $(SBT) $(SBT_FLAGS) publish-local + $(SBT) $(SBT_FLAGS) +publish-local test: $(SBT) $(SBT_FLAGS) test -- cgit v1.2.3