3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

Merge pull request #4494 from povik/install-bitpattern-h

Makefile: do install `bitpattern.h`
This commit is contained in:
Martin Povišer 2024-07-18 15:50:58 +02:00 committed by GitHub
commit 81df8557d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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))