summaryrefslogtreecommitdiffstats
path: root/src/misc/hop/module.make
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/hop/module.make')
-rw-r--r--src/misc/hop/module.make9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/misc/hop/module.make b/src/misc/hop/module.make
new file mode 100644
index 00000000..b06d91fd
--- /dev/null
+++ b/src/misc/hop/module.make
@@ -0,0 +1,9 @@
+SRC += src/aig/hop/hopBalance.c \
+ src/aig/hop/hopCheck.c \
+ src/aig/hop/hopDfs.c \
+ src/aig/hop/hopMan.c \
+ src/aig/hop/hopMem.c \
+ src/aig/hop/hopObj.c \
+ src/aig/hop/hopOper.c \
+ src/aig/hop/hopTable.c \
+ src/aig/hop/hopUtil.c