X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8e220a91260072f1483f1fb41d6ce64459667e4c..72c4af087f2950bb445ae0c9c439724efe9a0d0e:/armsrc/Makefile diff --git a/armsrc/Makefile b/armsrc/Makefile index 47f8c73d..2614b9e9 100644 --- a/armsrc/Makefile +++ b/armsrc/Makefile @@ -31,6 +31,9 @@ ARMSRC = fpgaloader.c \ legic_prng.c \ crc.c +# stdint.h provided locally until GCC 4.5 becomes C99 compliant +APP_CFLAGS += -I. + # Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC include ../common/Makefile.common