Skip to content

Commit efc84f6

Browse files
committed
drm: drop i2c subdir from Makefile
The commit 325ba85 ("drm/i2c: move TDA998x driver under drivers/gpu/drm/bridge") deleted the drivers/gpu/drm/i2c/ subdir, but didn't update upper level Makefile. Drop corresponding line to fix build issues. Fixes: 325ba85 ("drm/i2c: move TDA998x driver under drivers/gpu/drm/bridge") Reported-by: Stephen Rothwell <[email protected]> Closes: https://lore.kernel.org/dri-devel/[email protected] Reviewed-by: Matthew Brost <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 325ba85 commit efc84f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ obj-$(CONFIG_DRM_INGENIC) += ingenic/
197197
obj-$(CONFIG_DRM_LOGICVC) += logicvc/
198198
obj-$(CONFIG_DRM_MEDIATEK) += mediatek/
199199
obj-$(CONFIG_DRM_MESON) += meson/
200-
obj-y += i2c/
201200
obj-y += panel/
202201
obj-y += bridge/
203202
obj-$(CONFIG_DRM_FSL_DCU) += fsl-dcu/

0 commit comments

Comments
 (0)