summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/simple-build-check.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh
index 742b28ec1c..521691618a 100755
--- a/test/simple-build-check.sh
+++ b/test/simple-build-check.sh
@@ -8,7 +8,8 @@ EXTRAS="\
extras/usb_id \
extras/dasd_id \
extras/floppy \
- extras/run_directory"
+ extras/run_directory \
+ extras/firmware"
[ -z "$KERNEL_DIR" ] && KERNEL_DIR=/lib/modules/`uname -r`/build
echo KERNEL_DIR: "$KERNEL_DIR"