This commit is contained in:
mwalker33
2020-04-05 20:36:39 +10:00
parent 108b426c98
commit 8fea6cddf7
8 changed files with 242 additions and 2 deletions

View File

@@ -251,7 +251,8 @@ CMDSRCS = crapto1/crapto1.c \
flash.c \
wiegand_formats.c \
wiegand_formatutils.c \
cardhelper.c
cardhelper.c \
settings.c
cpu_arch = $(shell uname -m)
ifneq ($(findstring 86, $(cpu_arch)), )