summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-16 17:40:50 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-16 17:40:50 (EDT)
commit7b4450efab0ad8e91af36c811c12e6bc1f127005 (patch)
treedb69270a068836b5bad255fa1af9f292f38ffaa8
parentb4877475a78fb5cf8d3353cceed91e86dd371cd9 (diff)
downloadlibreboot-7b4450efab0ad8e91af36c811c12e6bc1f127005.zip
libreboot-7b4450efab0ad8e91af36c811c12e6bc1f127005.tar.gz
libreboot-7b4450efab0ad8e91af36c811c12e6bc1f127005.tar.bz2
coreboot-libre: don't delete src/cpu/qemu-x86
-rwxr-xr-xresources/scripts/helpers/build/trim/coreboot1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/trim/coreboot b/resources/scripts/helpers/build/trim/coreboot
index efb7960..91431e8 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') \
"