aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-08-14 19:21:50 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-14 19:21:50 -0400
commit5d7cb157025b3b4852f38e6e5e97d06ef12c1d78 (patch)
tree09831b553687b51749ed99dbabaf3687a4e4bd2a /include/drm
parentfc58fb180755cdeda3ce58776eef94a01b37a1c1 (diff)
parent8b1bb90701f9a51f10ce8a990bcc1e237cb3b1c7 (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/drm')
-rw-r--r--include/drm/Kbuild26
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 @@
1unifdef-y += drm.h drm_sarea.h drm_mode.h 1header-y += drm.h
2unifdef-y += i810_drm.h 2header-y += drm_mode.h
3unifdef-y += i830_drm.h 3header-y += drm_sarea.h
4unifdef-y += i915_drm.h 4header-y += i810_drm.h
5unifdef-y += mga_drm.h 5header-y += i830_drm.h
6unifdef-y += r128_drm.h 6header-y += i915_drm.h
7unifdef-y += radeon_drm.h 7header-y += mga_drm.h
8unifdef-y += sis_drm.h 8header-y += nouveau_drm.h
9unifdef-y += savage_drm.h 9header-y += r128_drm.h
10unifdef-y += vmwgfx_drm.h 10header-y += radeon_drm.h
11unifdef-y += via_drm.h 11header-y += savage_drm.h
12unifdef-y += nouveau_drm.h 12header-y += sis_drm.h
13header-y += via_drm.h
14header-y += vmwgfx_drm.h