diff options
| author | 2009-12-25 14:15:31 +0100 | |
|---|---|---|
| committer | 2009-12-25 14:15:31 +0100 | |
| commit | 52e04ea89da57274f0313d2bd73ba02f686cfdeb (patch) | |
| tree | 6ce5d086bcaea4cb534b3fcf6ba736eb48d582a4 /scripts/headers.sh | |
| parent | ALSA: cs46xx - Fix suspend/resume with new DSP (diff) | |
| parent | ALSA: Fix indentation in pcm_native.c (diff) | |
Merge branch 'fix/misc' into topic/misc
Diffstat (limited to 'scripts/headers.sh')
| -rwxr-xr-x | scripts/headers.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/headers.sh b/scripts/headers.sh index 0308ecc10d5b..1ddcdd38d97f 100755 --- a/scripts/headers.sh +++ b/scripts/headers.sh @@ -8,8 +8,6 @@ do_command() { if [ -f ${srctree}/arch/$2/include/asm/Kbuild ]; then make ARCH=$2 KBUILD_HEADERS=$1 headers_$1 - elif [ -f ${srctree}/include/asm-$2/Kbuild ]; then - make ARCH=$2 KBUILD_HEADERS=$1 headers_$1 else printf "Ignoring arch: %s\n" ${arch} fi |
