X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/cbb03be993f1d15fb8ede4e19edafd020bdfbb0a..5e174a511b37e17cd3fcaedad608ce605ba34ce9:/bootrom/Makefile diff --git a/bootrom/Makefile b/bootrom/Makefile index f88b3cdd..cae1a079 100644 --- a/bootrom/Makefile +++ b/bootrom/Makefile @@ -12,6 +12,9 @@ ASMSRC = ram-reset.s flash-reset.s ARMSRC := $(ARMSRC) $(THUMBSRC) THUMBSRC := +# 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