mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 11:36:41 +07:00
191436c46e
Include <drm/*.h> instead of relative path from include/drm, then remove the -Iinclude/drm compiler flag. While we are here, sort the touched parts alphabetically. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1493009447-31524-7-git-send-email-yamada.masahiro@socionext.com
14 lines
622 B
Makefile
14 lines
622 B
Makefile
obj-$(CONFIG_DRM_ANALOGIX_ANX78XX) += analogix-anx78xx.o
|
|
obj-$(CONFIG_DRM_DUMB_VGA_DAC) += dumb-vga-dac.o
|
|
obj-$(CONFIG_DRM_LVDS_ENCODER) += lvds-encoder.o
|
|
obj-$(CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW) += megachips-stdpxxxx-ge-b850v3-fw.o
|
|
obj-$(CONFIG_DRM_NXP_PTN3460) += nxp-ptn3460.o
|
|
obj-$(CONFIG_DRM_PARADE_PS8622) += parade-ps8622.o
|
|
obj-$(CONFIG_DRM_SIL_SII8620) += sil-sii8620.o
|
|
obj-$(CONFIG_DRM_SII902X) += sii902x.o
|
|
obj-$(CONFIG_DRM_TOSHIBA_TC358767) += tc358767.o
|
|
obj-$(CONFIG_DRM_ANALOGIX_DP) += analogix/
|
|
obj-$(CONFIG_DRM_I2C_ADV7511) += adv7511/
|
|
obj-$(CONFIG_DRM_TI_TFP410) += ti-tfp410.o
|
|
obj-y += synopsys/
|