aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-09-07 13:43:57 +0200
committerClifford Wolf <clifford@clifford.at>2016-09-07 13:43:57 +0200
commitceff7ecd91e152dfac1d80188e592667cbec0392 (patch)
treecd2246cabbe92848957015465f0b837f43a55890
parentcb7dbf4070a7ca3658b7e473cb54f2eafb6c9ae3 (diff)
downloadyosys-ceff7ecd91e152dfac1d80188e592667cbec0392.tar.gz
yosys-ceff7ecd91e152dfac1d80188e592667cbec0392.tar.bz2
yosys-ceff7ecd91e152dfac1d80188e592667cbec0392.zip
Install celledges.h
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index db93f7c1d..fd31776a3 100644
--- a/Makefile
+++ b/Makefile
@@ -279,6 +279,7 @@ $(eval $(call add_include_file,kernel/log.h))
$(eval $(call add_include_file,kernel/rtlil.h))
$(eval $(call add_include_file,kernel/register.h))
$(eval $(call add_include_file,kernel/celltypes.h))
+$(eval $(call add_include_file,kernel/celledges.h))
$(eval $(call add_include_file,kernel/consteval.h))
$(eval $(call add_include_file,kernel/sigtools.h))
$(eval $(call add_include_file,kernel/modtools.h))