diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-09-19 12:43:58 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-10-13 13:23:23 -0700 |
commit | b586fa1802e3ed67d7b5c5ef3d4fe9c0d9ec5110 (patch) | |
tree | 7a3f3b5f71cd30b6b83253d820d0df8dccb0dc62 /include/sound | |
parent | fd2c37bcf4acfd7481cceb73b541af3e05608ef1 (diff) |
One line per header in Kbuild files to reduce conflicts
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/Kbuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/include/sound/Kbuild b/include/sound/Kbuild index 3a5a3df6149..fd054a34432 100644 --- a/include/sound/Kbuild +++ b/include/sound/Kbuild @@ -1,2 +1,10 @@ -header-y := asound_fm.h hdsp.h hdspm.h sfnt_info.h sscape_ioctl.h -unifdef-y := asequencer.h asound.h emu10k1.h sb16_csp.h +header-y += asound_fm.h +header-y += hdsp.h +header-y += hdspm.h +header-y += sfnt_info.h +header-y += sscape_ioctl.h + +unifdef-y += asequencer.h +unifdef-y += asound.h +unifdef-y += emu10k1.h +unifdef-y += sb16_csp.h |