diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 22:40:50 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 22:40:50 +0100 |
commit | 7b4450efab0ad8e91af36c811c12e6bc1f127005 (patch) | |
tree | db69270a068836b5bad255fa1af9f292f38ffaa8 /resources | |
parent | b4877475a78fb5cf8d3353cceed91e86dd371cd9 (diff) | |
download | librebootfr-7b4450efab0ad8e91af36c811c12e6bc1f127005.tar.gz librebootfr-7b4450efab0ad8e91af36c811c12e6bc1f127005.zip |
coreboot-libre: don't delete src/cpu/qemu-x86
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/scripts/helpers/build/trim/coreboot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/trim/coreboot b/resources/scripts/helpers/build/trim/coreboot index efb79608..91431e8f 100755 --- a/resources/scripts/helpers/build/trim/coreboot +++ b/resources/scripts/helpers/build/trim/coreboot @@ -277,6 +277,7 @@ cd src/cpu/ whitelist=" \ $(find ./intel/) \ $(find ./x86/) \ +$(find ./qemu-x86/) \ $(find -type f -name 'Kconfig') \ $(find -type f -name 'Makefile.inc') \ " |