summaryrefslogtreecommitdiff
path: root/project/common.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-07 23:56:33 +0000
committermidipix <writeonce@midipix.org>2025-06-07 23:59:38 +0000
commit96b212e784a627eae566a886efdfd3e8e6788823 (patch)
treec095824c9f17e33d204ccd99c433e66845837313 /project/common.mk
parentf6a85b37d49ff91ca871f797afaad0ab9da95c6c (diff)
downloadperk-96b212e784a627eae566a886efdfd3e8e6788823.tar.bz2
perk-96b212e784a627eae566a886efdfd3e8e6788823.tar.xz
low-level api: incorporate the framework's crc32 and crc64 interfaces.
Diffstat (limited to 'project/common.mk')
-rw-r--r--project/common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk
index 3fb1971..3413382 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -8,6 +8,8 @@ API_SRCS = \
src/arbits/output/pe_ar_print_members.c \
src/cmds/pe_cmd_ar.c \
src/cmds/pe_cmd_perk.c \
+ src/crc/pe_crc32.c \
+ src/crc/pe_crc64.c \
src/driver/pe_amain.c \
src/driver/pe_driver_ctx.c \
src/driver/pe_unit_ctx.c \