mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-19 11:54:46 -04:00
Makefile: Propagate CFLAGS from env (#1042)
Propagate the CFLAGS specified in the environment executing the Makefile for DPI compilation. The current CFLAGS are extended by the CFLAGS from the environment.
This commit is contained in:
parent
107d29d619
commit
cfef3e9c12
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -120,7 +120,7 @@ endif
|
|||
|
||||
dpi_hdr := $(wildcard corev_apu/tb/dpi/*.h)
|
||||
dpi_hdr := $(addprefix $(root-dir), $(dpi_hdr))
|
||||
CFLAGS := -I$(QUESTASIM_HOME)/include \
|
||||
CFLAGS += -I$(QUESTASIM_HOME)/include \
|
||||
-I$(VCS_HOME)/include \
|
||||
-I$(RISCV)/include \
|
||||
-I$(SPIKE_ROOT)/include \
|
||||
|
|
Loading…
Add table
Reference in a new issue