mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Merge pull request #4494 from povik/install-bitpattern-h
Makefile: do install `bitpattern.h`
This commit is contained in:
commit
81df8557d9
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue