diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-12 10:13:44 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-12 10:13:44 (EST) |
commit | f291a9c0fabc15815d7e40e9a8fbcad918e28206 (patch) | |
tree | db54472cd130cefd54c19010b4f8e3c712000045 | |
parent | c4c8be6bd9ac850005fabf979e5d9d233fa9587b (diff) | |
download | libreboot-f291a9c0fabc15815d7e40e9a8fbcad918e28206.zip libreboot-f291a9c0fabc15815d7e40e9a8fbcad918e28206.tar.gz libreboot-f291a9c0fabc15815d7e40e9a8fbcad918e28206.tar.bz2 |
build: automatically find board names (configs) to build for
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | resources/libreboot/config/COPYING | 7 |
2 files changed, 1 insertions, 8 deletions
@@ -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 diff --git a/resources/libreboot/config/COPYING b/resources/libreboot/config/COPYING deleted file mode 100644 index 6813883..0000000 --- a/resources/libreboot/config/COPYING +++ /dev/null @@ -1,7 +0,0 @@ -These files: - * macbook21config - * t60config - * x60config - * x60tconfig - -Are released to the public domain. |