X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5d32e2bf6029c9efe5d191c13b82d59f6515e789..6949aca9fa0e37539fc277bac78e3d7a22117467:/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)