]>
git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - scripts/headers.sh
2 # Run headers_$1 command for all suitable architectures
9 if [ -f ${srctree}/arch
/$2/include
/asm
/Kbuild
]; then
10 make ARCH
=$2 KBUILD_HEADERS
=$1 headers_
$1
12 printf "Ignoring arch: %s\n" ${arch}
16 archs
=${HDR_ARCH_LIST:-$(ls ${srctree}/arch)}
18 for arch
in ${archs}; do
20 um
) # no userspace export
23 if [ -d ${srctree}/arch
/${arch} ]; then