1
0

allow configuration to be in separate project from test harness

This commit is contained in:
Howard Mao
2016-09-01 10:28:07 -07:00
parent c66318307c
commit 08089f695d
3 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,7 @@ endif
MODEL ?= TestHarness
PROJECT := rocketchip
CFG_PROJECT := $(PROJECT)
CXX ?= g++
CXXFLAGS := -O1