From 1e32ceb54c2690f175024883c807d2109ae321d4 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 28 Sep 2017 22:36:09 +0200 Subject: [PATCH] CHG: adding standalone as VPATH.. --- common/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.common b/common/Makefile.common index 82636a296..c1ccdfdf5 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -68,7 +68,7 @@ endif #COMMON_FLAGS += -DHAS_512_FLASH # Also search prerequisites in the common directory (for usb.c), the fpga directory (for fpga.bit), and the zlib directory -VPATH = . ../common ../common/crapto1 ../fpga ../zlib --/uart +VPATH = . ../common ../common/crapto1 ../fpga ../zlib ../armsrc/Standalone --/uart INCLUDES = ../include/proxmark3.h ../include/at91sam7s512.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES)