X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/391a974f53b8344d2dd1e04dab382bb5d397916d..e73e717239300d6b47d5f5d81256d8feb493299f:/common/Makefile.common diff --git a/common/Makefile.common b/common/Makefile.common index 1c4738a1..a17b8a1b 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -46,8 +46,8 @@ OBJDIR = obj INCLUDE = -I../include -# Also search prerequisites in the common directory (for usb.c) -VPATH = . ../common/ +# 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)