diff options
-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 6813883c..00000000 --- a/resources/libreboot/config/COPYING +++ /dev/null @@ -1,7 +0,0 @@ -These files: - * macbook21config - * t60config - * x60config - * x60tconfig - -Are released to the public domain. |