mirror of https://github.com/YosysHQ/yosys.git
Install yw.h and json.h
This commit is contained in:
parent
f8325f66b7
commit
b9751ef0b0
2
Makefile
2
Makefile
|
@ -629,6 +629,8 @@ ifeq ($(ENABLE_ZLIB),1)
|
|||
$(eval $(call add_include_file,kernel/fstdata.h))
|
||||
endif
|
||||
$(eval $(call add_include_file,kernel/mem.h))
|
||||
$(eval $(call add_include_file,kernel/yw.h))
|
||||
$(eval $(call add_include_file,kernel/json.h))
|
||||
$(eval $(call add_include_file,libs/ezsat/ezsat.h))
|
||||
$(eval $(call add_include_file,libs/ezsat/ezminisat.h))
|
||||
ifeq ($(ENABLE_ZLIB),1)
|
||||
|
|
Loading…
Reference in New Issue