diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-15 01:21:50 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-15 01:21:50 +0200 |
commit | 5d7cb157025b3b4852f38e6e5e97d06ef12c1d78 (patch) | |
tree | 09831b553687b51749ed99dbabaf3687a4e4bd2a /include/drm/Kbuild | |
parent | fusion: add function parameter names to kernel-doc (diff) | |
parent | defconfig reduction (diff) | |
download | linux-5d7cb157025b3b4852f38e6e5e97d06ef12c1d78.tar.xz linux-5d7cb157025b3b4852f38e6e5e97d06ef12c1d78.zip |
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/drm/Kbuild')
-rw-r--r-- | include/drm/Kbuild | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/include/drm/Kbuild b/include/drm/Kbuild index bd3a1c2fbdb4..ffec177f3481 100644 --- a/include/drm/Kbuild +++ b/include/drm/Kbuild @@ -1,12 +1,14 @@ -unifdef-y += drm.h drm_sarea.h drm_mode.h -unifdef-y += i810_drm.h -unifdef-y += i830_drm.h -unifdef-y += i915_drm.h -unifdef-y += mga_drm.h -unifdef-y += r128_drm.h -unifdef-y += radeon_drm.h -unifdef-y += sis_drm.h -unifdef-y += savage_drm.h -unifdef-y += vmwgfx_drm.h -unifdef-y += via_drm.h -unifdef-y += nouveau_drm.h +header-y += drm.h +header-y += drm_mode.h +header-y += drm_sarea.h +header-y += i810_drm.h +header-y += i830_drm.h +header-y += i915_drm.h +header-y += mga_drm.h +header-y += nouveau_drm.h +header-y += r128_drm.h +header-y += radeon_drm.h +header-y += savage_drm.h +header-y += sis_drm.h +header-y += via_drm.h +header-y += vmwgfx_drm.h |