From 7b63a8ddc80c20c4e21f8af99ef07874d5edefc1 Mon Sep 17 00:00:00 2001 From: Scott Petersen Date: Wed, 5 Jun 2013 20:56:49 -0700 Subject: [PATCH] Moved pyftdi to a submodule. --- .gitmodules | 3 +++ libs/pyftdi | 1 + pyftdi | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 libs/pyftdi diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e4f16b5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libs/pyftdi"] + path = libs/pyftdi + url = git@git.corp.nutech.com:nutech/pyftdi diff --git a/libs/pyftdi b/libs/pyftdi new file mode 160000 index 0000000..b1a3412 --- /dev/null +++ b/libs/pyftdi @@ -0,0 +1 @@ +Subproject commit b1a341240b29750d6448ac452c611c09c238e5d6 diff --git a/pyftdi b/pyftdi index 0c3e671..356cfd1 120000 --- a/pyftdi +++ b/pyftdi @@ -1 +1 @@ -../pyftdi/pyftdi \ No newline at end of file +libs/pyftdi/pyftdi/ \ No newline at end of file