[PATCH RFC 5/6] drm/tilcdc: Force building of DRM_TILCDC_INIT

2015-03-02 Thread Tomi Valkeinen
On 26/02/15 16:55, Jyri Sarha wrote: > If I read Documentation/kbuild/makefiles.txt section 3.6 right, this > patch should not be needed. However, without this patch the objects > needed for DRM_TILCDC_INIT are not linked, if DRM_TILCDC is built as > module. I also think there's something funny ei

[PATCH RFC 5/6] drm/tilcdc: Force building of DRM_TILCDC_INIT

2015-02-26 Thread Jyri Sarha
If I read Documentation/kbuild/makefiles.txt section 3.6 right, this patch should not be needed. However, without this patch the objects needed for DRM_TILCDC_INIT are not linked, if DRM_TILCDC is built as module. Signed-off-by: Jyri Sarha --- drivers/gpu/drm/Makefile | 1 + 1 file changed, 1 in