summaryrefslogtreecommitdiff
path: root/Common/Sources
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2021-07-14 11:27:03 +1200
committerJedidiah Barber <contact@jedbarber.id.au>2021-07-14 11:27:03 +1200
commit3cb7fdea950dd2d0377f0d9ad8a88fcb7c48b842 (patch)
treecedbfc08a6bf0bd8cb6ec6c8d8dd94a4e715439b /Common/Sources
Initial mirror commitHEADmaster
Diffstat (limited to 'Common/Sources')
-rw-r--r--Common/Sources17
1 files changed, 17 insertions, 0 deletions
diff --git a/Common/Sources b/Common/Sources
new file mode 100644
index 0000000..98dbb93
--- /dev/null
+++ b/Common/Sources
@@ -0,0 +1,17 @@
+TARGETNAME=Common
+TARGETTYPE=DRIVER_LIBRARY
+
+INCLUDES = ..;../Crypto
+
+SOURCES = \
+ Cache.c \
+ Crc.c \
+ Crypto.c \
+ EncryptionThreadPool.c \
+ Endian.c \
+ GfMul.c \
+ Pkcs5.c \
+ Volumes.c \
+ Xts.c \
+ Tests.c \
+ Wipe.c