diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-14 16:21:50 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-14 16:21:50 -0700 |
| commit | 5d7cb157025b3b4852f38e6e5e97d06ef12c1d78 (patch) | |
| tree | 09831b553687b51749ed99dbabaf3687a4e4bd2a /include/linux/dvb | |
| parent | fc58fb180755cdeda3ce58776eef94a01b37a1c1 (diff) | |
| parent | 8b1bb90701f9a51f10ce8a990bcc1e237cb3b1c7 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/cleanup
* git://git.kernel.org/pub/scm/linux/kernel/git/sam/cleanup:
defconfig reduction
kbuild: drop unifdef-y support
archs: replace unifdef-y with header-y
include: replace unifdef-y with header-y
Diffstat (limited to 'include/linux/dvb')
| -rw-r--r-- | include/linux/dvb/Kbuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/linux/dvb/Kbuild b/include/linux/dvb/Kbuild index d97b3a51e227..f4dba8637f98 100644 --- a/include/linux/dvb/Kbuild +++ b/include/linux/dvb/Kbuild @@ -1,9 +1,8 @@ +header-y += audio.h header-y += ca.h +header-y += dmx.h header-y += frontend.h header-y += net.h header-y += osd.h header-y += version.h - -unifdef-y += audio.h -unifdef-y += dmx.h -unifdef-y += video.h +header-y += video.h |
