diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 10:15:12 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 22:26:51 +0200 |
commit | 60641aa1f379820e99ac7f45a38b43795670c741 (patch) | |
tree | a4a68780ba75bbf8f2fc96dba880ea39da2c717b /include/sound/Kbuild | |
parent | c29c08b59875fe053471cf9eb66f8cfef39bc509 (diff) | |
download | linux-stable-60641aa1f379820e99ac7f45a38b43795670c741.tar.gz linux-stable-60641aa1f379820e99ac7f45a38b43795670c741.tar.bz2 linux-stable-60641aa1f379820e99ac7f45a38b43795670c741.zip |
include: replace unifdef-y with header-y
unifdef-y and header-y has same semantic.
So there is no need to have both.
Drop the unifdef-y variant and sort all lines again
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'include/sound/Kbuild')
-rw-r--r-- | include/sound/Kbuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/sound/Kbuild b/include/sound/Kbuild index e9dd9369ecb9..802947f60915 100644 --- a/include/sound/Kbuild +++ b/include/sound/Kbuild @@ -1,9 +1,8 @@ +header-y += asequencer.h +header-y += asound.h header-y += asound_fm.h +header-y += emu10k1.h header-y += hdsp.h header-y += hdspm.h +header-y += sb16_csp.h header-y += sfnt_info.h - -unifdef-y += asequencer.h -unifdef-y += asound.h -unifdef-y += emu10k1.h -unifdef-y += sb16_csp.h |