POSIX sh version of mkversion

Most targeted platforms have "sh" and don't need Perl as requirement.
Still Perl script is present as fallback.
This commit is contained in:
Philippe Teuwen 2019-08-29 20:58:36 +02:00
commit 8987e956ac
8 changed files with 67 additions and 6 deletions

View file

@ -1,5 +1,5 @@
#include "proxmark3_arm.h"
/* This is the default version.c file that Makefile.common falls back to if perl is not available */
/* This is the default version.c file that Makefile.common falls back to if neither sh nor perl are available */
const struct version_information __attribute__((section(".version_information"))) version_information = {
VERSION_INFORMATION_MAGIC,
1, /* version 1 */