mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-06 08:08:53 +08:00
CHG: adding standalone as VPATH..
This commit is contained in:
parent
7607da55f7
commit
1e32ceb54c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ endif
|
||||||
#COMMON_FLAGS += -DHAS_512_FLASH
|
#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
|
# 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)
|
INCLUDES = ../include/proxmark3.h ../include/at91sam7s512.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue