mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
fixed driver stub
This commit is contained in:
parent
d4e006d92d
commit
62b91ff45a
2 changed files with 3 additions and 3 deletions
|
@ -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
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue