* [PATCH] drm/bridge: Fix the dw_hdmi object name
@ 2015-08-14 14:13 Fabio Estevam
2015-08-14 19:49 ` Thierry Reding
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2015-08-14 14:13 UTC (permalink / raw)
To: treding; +Cc: rmk+kernel, dri-devel, Fabio Estevam
From: Fabio Estevam <fabio.estevam@freescale.com>
Commit 66d5e6d329aed4 ("drm/bridge: Add vendor prefixes") changed
the object name to dw-hdmi.o, which breaks the build:
make[4]: *** No rule to make target `drivers/gpu/drm/bridge/dw-hdmi.o', needed by `drivers/gpu/drm/bridge/built-in.o'. Stop.
Fix it by using the correct 'dw_hdmi.o' name.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
drivers/gpu/drm/bridge/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/bridge/Makefile b/drivers/gpu/drm/bridge/Makefile
index fe490e2..e2eef1c 100644
--- a/drivers/gpu/drm/bridge/Makefile
+++ b/drivers/gpu/drm/bridge/Makefile
@@ -1,5 +1,5 @@
ccflags-y := -Iinclude/drm
-obj-$(CONFIG_DRM_DW_HDMI) += dw-hdmi.o
+obj-$(CONFIG_DRM_DW_HDMI) += dw_hdmi.o
obj-$(CONFIG_DRM_NXP_PTN3460) += nxp-ptn3460.o
obj-$(CONFIG_DRM_PARADE_PS8622) += parade-ps8622.o
--
1.9.1
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] drm/bridge: Fix the dw_hdmi object name
2015-08-14 14:13 [PATCH] drm/bridge: Fix the dw_hdmi object name Fabio Estevam
@ 2015-08-14 19:49 ` Thierry Reding
0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2015-08-14 19:49 UTC (permalink / raw)
To: Fabio Estevam; +Cc: rmk+kernel, dri-devel, Fabio Estevam
[-- Attachment #1.1: Type: text/plain, Size: 819 bytes --]
On Fri, Aug 14, 2015 at 11:13:16AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Commit 66d5e6d329aed4 ("drm/bridge: Add vendor prefixes") changed
> the object name to dw-hdmi.o, which breaks the build:
>
> make[4]: *** No rule to make target `drivers/gpu/drm/bridge/dw-hdmi.o', needed by `drivers/gpu/drm/bridge/built-in.o'. Stop.
>
> Fix it by using the correct 'dw_hdmi.o' name.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> drivers/gpu/drm/bridge/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Urgh... that's left-over of a change I backed out to avoid any potential
conflicts with Russell's work on the dw-hdmi driver. I've updated the
branch with your fix and resent a new pull request.
Thanks,
Thierry
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-14 19:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-14 14:13 [PATCH] drm/bridge: Fix the dw_hdmi object name Fabio Estevam
2015-08-14 19:49 ` Thierry Reding
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.