X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d4086fe2b78e1a3f4fa58901f2184cd10ffcaba5..a99c6a1921015cf26c91f6b09f53c4906006b876:/common/Makefile.common diff --git a/common/Makefile.common b/common/Makefile.common index faf59520..6260eb05 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -54,7 +54,7 @@ INCLUDE = -I../include # Also search prerequisites in the common directory (for usb.c), and the fpga directory (for fpga.bit) VPATH = . ../common/ ../fpga/ -INCLUDES = ../include/proxmark3.h ../include/at91sam7s128.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES) +INCLUDES = ../include/proxmark3.h ../include/at91sam7s512.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES) CFLAGS = -c $(INCLUDE) -Wall -Werror -pedantic -std=gnu99 $(APP_CFLAGS)