Commit f722a44f authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

Makefile: fix include search paths for restructured libraries

parent fd8ff102
......@@ -27,7 +27,7 @@ base_dir := $(d)./
CFLAGS += -Wall -Wextra -Wno-unused-parameter -O3 -fPIC
CXXFLAGS += -Wall -Wextra -Wno-unused-parameter -O3 -fPIC
CPPFLAGS += -I$(base_dir)/lib
CPPFLAGS += -I$(base_dir)/lib -iquote$(base_dir)
VERILATOR = verilator
VFLAGS = +1364-2005ext+v \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment