mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Use the submodules in the makefile
This commit is contained in:
parent
191cdf9e2c
commit
0e0b48b3c8
1 changed files with 6 additions and 6 deletions
|
@ -43,12 +43,12 @@ EXTRA_FLAGS += -D USB_HOST_SERIAL=Serial3
|
||||||
#EXTRA_FLAGS += -D DEBUG_USB_HOST
|
#EXTRA_FLAGS += -D DEBUG_USB_HOST
|
||||||
|
|
||||||
# The following are the libraries used.
|
# The following are the libraries used.
|
||||||
LIB_DIRS =
|
LIB_DIRS += ../../
|
||||||
LIB_DIRS += ../libraries/xmem
|
LIB_DIRS += ../testusbhostFAT/xmem2
|
||||||
LIB_DIRS += ../libraries/USB_Host_Shield_2_0
|
LIB_DIRS += ../testusbhostFAT/generic_storage
|
||||||
LIB_DIRS += ../libraries/generic_storage
|
LIB_DIRS += ../testusbhostFAT/RTClib
|
||||||
LIB_DIRS += ../libraries/RTClib
|
|
||||||
LIB_DIRS += $(ARD_HOME)/libraries/Wire
|
LIB_DIRS += $(ARD_HOME)/libraries/Wire
|
||||||
LIB_DIRS += $(ARD_HOME)/libraries/Wire/utility
|
LIB_DIRS += $(ARD_HOME)/libraries/Wire/utility
|
||||||
|
|
||||||
# And finally, the part that brings everything together for you.
|
# And finally, the part that brings everything together for you.
|
||||||
include ../Arduino_Makefile_master/_Makefile.master
|
include Arduino_Makefile_master/_Makefile.master
|
||||||
|
|
Loading…
Reference in a new issue