aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-08-09 19:00:37 +0200
committerKay Sievers <kay.sievers@suse.de>2005-08-09 19:00:37 +0200
commitbebbc31b90056f5b0eafb52fc965f0cc713f0d4f (patch)
treef282fe48ce6dc47e5091ed3a87487adcb6d89ea2 /test
parent1bcac4e483ace30b90b79a14b2f4c75d4f7ab3bc (diff)
downloadudev-bebbc31b90056f5b0eafb52fc965f0cc713f0d4f.tar.gz
add firmware_helper to load firmware
From: Bill Nottingham <notting@redhat.com> Changed reading of firmware blob to mmap and let firmware_helper follow the setting of the log level with UDEV_LOG.
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 742b28ec..52169161 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"