ioctlent.sh: update the list of directories exported by headers_install
* linux/ioctlent.sh: Add drm, mtd, rdma, video, and xen directories.
This commit is contained in:
parent
02f9f6b386
commit
118c60344b
@ -79,8 +79,8 @@ if [ -e $dir/Kbuild ]; then
|
||||
# special case: some headers aren't exported directly
|
||||
files="${files} media/* net/bluetooth/* pcmcia/*"
|
||||
else
|
||||
# older kernel so just assume some headers
|
||||
files="linux/* $asm/* asm-generic/* scsi/* sound/*"
|
||||
# older kernel tree or headers_install'ed tree, just assume some headers
|
||||
files="linux/* $asm/* asm-generic/* drm/* mtd/* rdma/* scsi/* sound/* video/* xen/*"
|
||||
fi
|
||||
|
||||
# Build the list of all ioctls
|
||||
|
Loading…
x
Reference in New Issue
Block a user