From fb28094a30c198a4990f209cb88decd94058542c Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sun, 9 Jun 2013 19:32:27 +0200 Subject: [PATCH] Added the master makefile as a submodule as well --- .gitmodules | 3 +++ examples/testusbhostFAT/Arduino_Makefile_master | 1 + examples/testusbhostFAT/Makefile | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 examples/testusbhostFAT/Arduino_Makefile_master diff --git a/.gitmodules b/.gitmodules index 60897bae..8c705909 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/examples/testusbhostFAT/Arduino_Makefile_master b/examples/testusbhostFAT/Arduino_Makefile_master new file mode 160000 index 00000000..f379bae0 --- /dev/null +++ b/examples/testusbhostFAT/Arduino_Makefile_master @@ -0,0 +1 @@ +Subproject commit f379bae02aa3d9c3da558ba2041558b88db95bbb diff --git a/examples/testusbhostFAT/Makefile b/examples/testusbhostFAT/Makefile index e656d44f..b2a06045 100755 --- a/examples/testusbhostFAT/Makefile +++ b/examples/testusbhostFAT/Makefile @@ -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