litex: re-enable git support

If this is being checked out from the repo, users will want git
support so that it will recursively clone.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-06-22 22:32:37 -07:00
parent e8f157d740
commit b642686b23
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# the build will finish without exiting due to missing third-party
# programs.
LX_DEPENDENCIES = ["icestorm"]
LX_CONFIG = "skip-git"
#LX_CONFIG = "skip-git"
# Import lxbuildenv to integrate the deps/ directory
import os,sys

View file

@ -4,7 +4,7 @@
# the build will finish without exiting due to missing third-party
# programs.
LX_DEPENDENCIES = ["icestorm"]
LX_CONFIG = "skip-git"
#LX_CONFIG = "skip-git"
# Import lxbuildenv to integrate the deps/ directory
import os,sys