mirror of https://github.com/YosysHQ/yosys.git
Makefile: do install `bitpattern.h`
This commit is contained in:
parent
49f547782c
commit
ec32c9a056
1
Makefile
1
Makefile
|
@ -579,6 +579,7 @@ S =
|
|||
endif
|
||||
|
||||
$(eval $(call add_include_file,kernel/binding.h))
|
||||
$(eval $(call add_include_file,kernel/bitpattern.h))
|
||||
$(eval $(call add_include_file,kernel/cellaigs.h))
|
||||
$(eval $(call add_include_file,kernel/celledges.h))
|
||||
$(eval $(call add_include_file,kernel/celltypes.h))
|
||||
|
|
Loading…
Reference in New Issue