3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00

Makefile: do install bitpattern.h

This commit is contained in:
Martin Povišer 2024-07-17 18:26:12 +02:00
parent 49f547782c
commit ec32c9a056

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