[Openchrome-devel] drm-openchrome: drivers/gpu/drm

Kevin Brace kevinbrace at kemper.freedesktop.org
Wed Feb 8 03:55:57 UTC 2017


 drivers/gpu/drm/via/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e205749b36268aafdb93d5f4c0843075c23c002d
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Tue Feb 7 19:51:53 2017 -0800

    Modifying the makefile account for removing init_ttm.c
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/drivers/gpu/drm/via/Makefile b/drivers/gpu/drm/via/Makefile
index 0da93af..daa63d6 100644
--- a/drivers/gpu/drm/via/Makefile
+++ b/drivers/gpu/drm/via/Makefile
@@ -4,7 +4,7 @@
 
 ccflags-y := -Iinclude/drm
 via-y    := via_drv.o via_pm.o via_i2c.o via_irq.o via_verifier.o via_ioc32.o \
-		init_ttm.o ttm_gem.o via_ttm.o via_fence.o via_sgdma.o \
+		ttm_gem.o via_ttm.o via_fence.o via_sgdma.o \
 		via_h1_dma.o via_h1_cmdbuf.o \
 		via_display.o via_crtc.o via_fb.o crtc_hw.o via_clocks.o \
 		via_analog.o via_fp.o via_tmds.o via_hdmi.o


More information about the Openchrome-devel mailing list