From f291a9c0fabc15815d7e40e9a8fbcad918e28206 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 12 Dec 2014 10:13:44 -0500 Subject: build: automatically find board names (configs) to build for --- (limited to 'build') 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 -- cgit v0.9.1