aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-28 10:07:04 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-12-11 23:23:16 +0000
commit137aee12fb6f8c2c682268c6894110d486c12caa (patch)
tree4237b42d1978e163caa4491b6a80f5e7a1092e40 /build
parente1839b53737ba6058a864fcc6d1c50f5784c9866 (diff)
downloadlibrebootfr-137aee12fb6f8c2c682268c6894110d486c12caa.tar.gz
librebootfr-137aee12fb6f8c2c682268c6894110d486c12caa.zip
ThinkPad X200 support added to libreboot
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index c5cf371c..0c508449 100755
--- a/build
+++ b/build
@@ -52,7 +52,7 @@ done
cd ../
# Build ROM images for supported boards
-for board in x60 t60 x60t macbook21
+for board in x60 x60t t60 x200_4mb x200_8mb macbook21
do
./buildrom-withgrub $board
done