Fixed path to libraries

This commit is contained in:
Kristian Sloth Lauszus 2013-06-09 19:26:43 +02:00
parent b528925d9e
commit f69278c2b9

View file

@ -34,9 +34,9 @@ EXTRA_FLAGS += -D DISABLE_SERIAL3
# The following are the libraries used. # The following are the libraries used.
LIB_DIRS = LIB_DIRS =
LIB_DIRS += ../libraries/xmem LIB_DIRS += ../../
LIB_DIRS += ../libraries/USB_Host_Shield_2.0 LIB_DIRS += xmem2
LIB_DIRS += ../libraries/generic_storage LIB_DIRS += generic_storage
# 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