summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-12-26 00:26:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-12-26 00:26:28 (GMT)
commit98570719ff25a4dcde917056e55490bf2a6b1453 (patch)
tree4a01b57580aa05f8a55d37abbc4ddd178fb55a99 /plugins/arm/v7/Makefile.am
parent94efb7bf5239cf984a0dda9949a26719a8ae2090 (diff)
Provide a method to hash all ARMv7 operands.
Diffstat (limited to 'plugins/arm/v7/Makefile.am')
-rw-r--r--plugins/arm/v7/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/arm/v7/Makefile.am b/plugins/arm/v7/Makefile.am
index 5d30876..f75e9b3 100644
--- a/plugins/arm/v7/Makefile.am
+++ b/plugins/arm/v7/Makefile.am
@@ -9,6 +9,8 @@ libarmv7_la_SOURCES = \
helpers.h \
instruction.h instruction.c \
link.h link.c \
+ operand-int.h \
+ operand.h operand.c \
post.h post.c \
processor.h processor.c \
pseudo.h pseudo.c \