aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAshton Snelgrove <ashton.snelgrove@utah.edu>2021-06-16 13:47:47 -0600
committerMarcelina Koƛcielnicka <mwk@0x04.net>2021-06-16 22:29:34 +0200
commit092f0cb01e91b65d5ecc7c8e45f0eefa30b8c205 (patch)
tree00f85de33b3e527742b5eeb74deeaa4dc2bde9a4 /Makefile
parentc6681508f1a2e35d41e8fc6f1f5dec41972ef6fd (diff)
downloadyosys-092f0cb01e91b65d5ecc7c8e45f0eefa30b8c205.tar.gz
yosys-092f0cb01e91b65d5ecc7c8e45f0eefa30b8c205.tar.bz2
yosys-092f0cb01e91b65d5ecc7c8e45f0eefa30b8c205.zip
Include blif reader header in public facing extension header files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 07ebed642..cce059395 100644
--- a/Makefile
+++ b/Makefile
@@ -608,6 +608,7 @@ $(eval $(call add_include_file,libs/sha1/sha1.h))
$(eval $(call add_include_file,libs/json11/json11.hpp))
$(eval $(call add_include_file,passes/fsm/fsmdata.h))
$(eval $(call add_include_file,frontends/ast/ast.h))
+$(eval $(call add_include_file,frontends/blif/blifparse.h))
$(eval $(call add_include_file,backends/rtlil/rtlil_backend.h))
$(eval $(call add_include_file,backends/cxxrtl/cxxrtl.h))
$(eval $(call add_include_file,backends/cxxrtl/cxxrtl_vcd.h))