diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-14 19:21:50 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-14 19:21:50 -0400 |
commit | 5d7cb157025b3b4852f38e6e5e97d06ef12c1d78 (patch) | |
tree | 09831b553687b51749ed99dbabaf3687a4e4bd2a /include/drm | |
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/drm')
-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 @@ | |||
1 | unifdef-y += drm.h drm_sarea.h drm_mode.h | 1 | header-y += drm.h |
2 | unifdef-y += i810_drm.h | 2 | header-y += drm_mode.h |
3 | unifdef-y += i830_drm.h | 3 | header-y += drm_sarea.h |
4 | unifdef-y += i915_drm.h | 4 | header-y += i810_drm.h |
5 | unifdef-y += mga_drm.h | 5 | header-y += i830_drm.h |
6 | unifdef-y += r128_drm.h | 6 | header-y += i915_drm.h |
7 | unifdef-y += radeon_drm.h | 7 | header-y += mga_drm.h |
8 | unifdef-y += sis_drm.h | 8 | header-y += nouveau_drm.h |
9 | unifdef-y += savage_drm.h | 9 | header-y += r128_drm.h |
10 | unifdef-y += vmwgfx_drm.h | 10 | header-y += radeon_drm.h |
11 | unifdef-y += via_drm.h | 11 | header-y += savage_drm.h |
12 | unifdef-y += nouveau_drm.h | 12 | header-y += sis_drm.h |
13 | header-y += via_drm.h | ||
14 | header-y += vmwgfx_drm.h | ||