Added the master makefile as a submodule as well

This commit is contained in:
Kristian Sloth Lauszus 2013-06-09 19:32:27 +02:00
parent f69278c2b9
commit fb28094a30
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "examples/testusbhostFAT/xmem2"]
path = examples/testusbhostFAT/xmem2
url = https://github.com/xxxajk/xmem2
[submodule "examples/testusbhostFAT/Arduino_Makefile_master"]
path = examples/testusbhostFAT/Arduino_Makefile_master
url = https://github.com/xxxajk/Arduino_Makefile_master

@ -0,0 +1 @@
Subproject commit f379bae02aa3d9c3da558ba2041558b88db95bbb

View file

@ -39,4 +39,4 @@ LIB_DIRS += xmem2
LIB_DIRS += generic_storage
# And finally, the part that brings everything together for you.
include ../Arduino_Makefile_master/_Makefile.master
include Arduino_Makefile_master/_Makefile.master