diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2014-09-03 15:18:23 (EDT) |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2014-09-03 15:18:23 (EDT) |
commit | 01faf225190e6377a995a53e41ea6a7d6ce529f2 (patch) | |
tree | 7a82fa3ebe3d3cc44d9d6586b3bd91249d6e9eeb /.gitmodules | |
parent | 32fd047c71936e096a7090d30eed5a872717dd74 (diff) | |
download | libreboot-01faf225190e6377a995a53e41ea6a7d6ce529f2.zip libreboot-01faf225190e6377a995a53e41ea6a7d6ce529f2.tar.gz libreboot-01faf225190e6377a995a53e41ea6a7d6ce529f2.tar.bz2 |
Use a submodule for i945-pwm.
My import of the sixth beta accidentally removed the script. It's
easier to use a submodule now than reimport it before moving to a
submodule.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a09a0a4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "resources/utilities/i945-pwm"] + path = resources/utilities/i945-pwm + url = git://git.mtjm.eu/i945-pwm.git |