diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2012-10-09 10:03:21 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-10-09 10:04:25 -0400 |
commit | ffe315012510165ce82e4dd4767f0a5dba9edbf7 (patch) | |
tree | f601cd980af9d0ced5ca9aedecef4fa0d2ca0e15 /include/uapi/drm/Kbuild | |
parent | e2d3a35ee427aaba99b6c68a56609ce276c51270 (diff) | |
parent | 4a8e43feeac7996b8de2d5b2823e316917493df4 (diff) |
Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headers
UAPI Disintegration 2012-10-09
Conflicts:
MAINTAINERS
arch/arm/configs/bcmring_defconfig
arch/arm/mach-imx/clk-imx51-imx53.c
drivers/mtd/nand/Kconfig
drivers/mtd/nand/bcm_umi_nand.c
drivers/mtd/nand/nand_bcm_umi.h
drivers/mtd/nand/orion_nand.c
Diffstat (limited to 'include/uapi/drm/Kbuild')
-rw-r--r-- | include/uapi/drm/Kbuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/uapi/drm/Kbuild b/include/uapi/drm/Kbuild new file mode 100644 index 000000000000..ba99ce3f7372 --- /dev/null +++ b/include/uapi/drm/Kbuild | |||
@@ -0,0 +1,16 @@ | |||
1 | # UAPI Header export list | ||
2 | header-y += drm.h | ||
3 | header-y += drm_fourcc.h | ||
4 | header-y += drm_mode.h | ||
5 | header-y += drm_sarea.h | ||
6 | header-y += exynos_drm.h | ||
7 | header-y += i810_drm.h | ||
8 | header-y += i915_drm.h | ||
9 | header-y += mga_drm.h | ||
10 | header-y += nouveau_drm.h | ||
11 | header-y += r128_drm.h | ||
12 | header-y += radeon_drm.h | ||
13 | header-y += savage_drm.h | ||
14 | header-y += sis_drm.h | ||
15 | header-y += via_drm.h | ||
16 | header-y += vmwgfx_drm.h | ||