diff options
Diffstat (limited to 'resources/scripts')
-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') \ " |