summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorChirayu Desai <cdesai@cyanogenmod.org>2013-12-12 23:50:47 +0530
committerGedare Bloom <gedare@rtems.org>2013-12-12 14:55:56 -0500
commit9b955ddf3e528ca7db47b86834e70434d27eb5bd (patch)
tree964908ea49ef93afa368713a203b8716d7afdbfb /.gitmodules
parentwaf: append .exe to target names (diff)
downloadrtems-examples-9b955ddf3e528ca7db47b86834e70434d27eb5bd.tar.bz2
Replace rtems_waf with a submodule
Replace the rtems_waf subdirectory with a git-submodule that points to the git repository located at http://git.rtems.org/chrisj/rtems_waf.git
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..c6ec105
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "rtems_waf"]
+ path = rtems_waf
+ url = git://git.rtems.org/chrisj/rtems_waf.git