summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 0c50844..d5ccdab 100755
--- a/build
+++ b/build
@@ -52,7 +52,7 @@ done
cd ../
# Build ROM images for supported boards
-for board in x60 x60t t60 x200_4mb x200_8mb macbook21
+for board in $(ls resources/libreboot/config/)
do
./buildrom-withgrub $board
done