mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
mkversion: ignore fpga_version_info as it might be unavailable when mkversion is called by client compilation
This commit is contained in:
parent
6ead44933a
commit
cb209a9b47
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ sha=$(
|
||||||
cd "$pm3path" || return
|
cd "$pm3path" || return
|
||||||
# did we find the src?
|
# did we find the src?
|
||||||
[ -f armsrc/appmain.c ] || return
|
[ -f armsrc/appmain.c ] || return
|
||||||
ls armsrc/*.[ch] common_arm/*.[ch]|grep -v disabled|grep -v version_pm3|xargs sha256sum|sha256sum|grep -o '^.........'
|
ls armsrc/*.[ch] common_arm/*.[ch]|grep -E -v "(disabled|version_pm3|fpga_version_info)"|xargs sha256sum|sha256sum|grep -o '^.........'
|
||||||
)
|
)
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue