mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 05:40:53 +07:00
518d4ab9cf
With the include directives under include/drm/ fixed, this flag is no longer needed. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1493009447-31524-21-git-send-email-yamada.masahiro@socionext.com
9 lines
222 B
Makefile
9 lines
222 B
Makefile
ch7006-y := ch7006_drv.o ch7006_mode.o
|
|
obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o
|
|
|
|
sil164-y := sil164_drv.o
|
|
obj-$(CONFIG_DRM_I2C_SIL164) += sil164.o
|
|
|
|
tda998x-y := tda998x_drv.o
|
|
obj-$(CONFIG_DRM_I2C_NXP_TDA998X) += tda998x.o
|