mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
also compile...
This commit is contained in:
parent
a33965f1dd
commit
fa36018bef
1 changed files with 4 additions and 1 deletions
|
@ -230,6 +230,7 @@ CMDSRCS = crapto1/crapto1.c \
|
|||
cmdflashmemspiffs.c \
|
||||
cmdsmartcard.c \
|
||||
cmdusart.c \
|
||||
cmdwiegand.c \
|
||||
cmdparser.c \
|
||||
cmdmain.c \
|
||||
pm3_binlib.c \
|
||||
|
@ -238,7 +239,9 @@ CMDSRCS = crapto1/crapto1.c \
|
|||
pm3_bitlib.c \
|
||||
cmdcrc.c \
|
||||
bucketsort.c \
|
||||
flash.c
|
||||
flash.c \
|
||||
wiegand_formats.c \
|
||||
wiegand_formatutils.c
|
||||
|
||||
cpu_arch = $(shell uname -m)
|
||||
ifneq ($(findstring 86, $(cpu_arch)), )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue