You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/07/23 22:49:51 UTC

incubator-mynewt-newt git commit: newt; add drivers/ to list of directories where we look for packages.

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/develop 05b357d14 -> ad0e0cf98


newt; add drivers/ to list of directories where we look for packages.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/ad0e0cf9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/ad0e0cf9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/ad0e0cf9

Branch: refs/heads/develop
Commit: ad0e0cf98e47a2cac4983d59ce5103f5b1ec1444
Parents: 05b357d
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Sat Jul 23 15:49:03 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Sat Jul 23 15:49:03 2016 -0700

----------------------------------------------------------------------
 newt/project/project.go | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/ad0e0cf9/newt/project/project.go
----------------------------------------------------------------------
diff --git a/newt/project/project.go b/newt/project/project.go
index 0673365..8a45a8f 100644
--- a/newt/project/project.go
+++ b/newt/project/project.go
@@ -43,6 +43,7 @@ const PROJECT_FILE_NAME = "project.yml"
 var PackageSearchDirs []string = []string{
 	"apps/",
 	"compiler/",
+	"drivers/",
 	"fs/",
 	"libs/",
 	"net/",