fixed driver stub

This commit is contained in:
Blaise Tine 2020-06-25 13:15:27 -04:00
parent d4e006d92d
commit 62b91ff45a
2 changed files with 3 additions and 3 deletions

View file

@ -15,9 +15,9 @@ simx:
$(MAKE) -C simx
clean:
$(MAKE) clean -C dummy
$(MAKE) clean -C stub
$(MAKE) clean -C opae
$(MAKE) clean -C rtlsim
$(MAKE) clean -C simx
.PHONY: all opae rtlsim simx clean
.PHONY: all stub opae rtlsim simx clean

View file

@ -1,7 +1,7 @@
CXXFLAGS += -std=c++11 -O3 -Wall -Wextra -pedantic -Wfatal-errors
#CXXFLAGS += -std=c++11 -g -O0 -Wall -Wextra -pedantic -Wfatal-errors
CXXFLAGS += -I../include -I../../runtime
CXXFLAGS += -I../include -I../../runtime -I../../hw
CXXFLAGS += -fPIC