diff options
author | Swift Geek <swiftgeek@gmail.com> | 2018-10-09 22:46:25 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2018-10-09 22:46:25 +0000 |
commit | 2c9bf26f2a47d2334bae3b9902e952fc20b29ee5 (patch) | |
tree | ccc874cc093e3a10cb481aed8d38c6e410e0845a /libs/common | |
parent | 1c2b39c0412ddb3856c6e92f6f221a8a26b10eba (diff) | |
parent | 0fce215ebc61a162e95e745d42eb87849cd0b85d (diff) | |
download | librebootfr-2c9bf26f2a47d2334bae3b9902e952fc20b29ee5.tar.gz librebootfr-2c9bf26f2a47d2334bae3b9902e952fc20b29ee5.zip |
Merge branch 'coreboot-rework' of and_who/libreboot into master
Diffstat (limited to 'libs/common')
-rwxr-xr-x | libs/common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/common b/libs/common index 43fe3b08..da6fe754 100755 --- a/libs/common +++ b/libs/common @@ -30,6 +30,7 @@ CONFIGS="configs" PATCHES="patches" TARGETS="targets" REVISION="revision" +VARIANTS="variants" BLOBS="blobs" BLOBS_IGNORE="blobs-ignore" BLOBS_DISCOVER="blobs-discover" |