Subversion Repositories Kolibri OS

Rev

Rev 4080 | Rev 4569 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4080 Rev 4111
Line 53... Line 53...
53
			vmwgfx_resource.c			\
53
			vmwgfx_resource.c			\
54
			vmwgfx_scrn.c				\
54
			vmwgfx_scrn.c				\
55
			vmwgfx_surface.c			\
55
			vmwgfx_surface.c			\
56
			vmwgfx_ttm_glue.c			\
56
			vmwgfx_ttm_glue.c			\
57
			../i2c/i2c-core.c			\
57
			../hdmi.c				\
-
 
58
			../i2c/i2c-core.c			\
58
			../ttm/ttm_bo.c				\
59
			../ttm/ttm_bo.c				\
59
			../ttm/ttm_bo_manager.c			\
60
			../ttm/ttm_bo_manager.c			\
60
			../ttm/ttm_execbuf_util.c		\
61
			../ttm/ttm_execbuf_util.c		\
61
			../ttm/ttm_memory.c			\
62
			../ttm/ttm_memory.c			\
62
			../ttm/ttm_object.c			\
63
			../ttm/ttm_object.c			\
63
			../ttm/ttm_page_alloc.c			\
64
			../ttm/ttm_page_alloc.c			\
64
			../ttm/ttm_tt.c				\
65
			../ttm/ttm_tt.c				\
65
			$(DRM_TOPDIR)/drm_crtc.c		\
66
			../drm_crtc.c				\
66
			$(DRM_TOPDIR)/drm_crtc_helper.c		\
67
			../drm_crtc_helper.c			\
67
			$(DRM_TOPDIR)/drm_edid.c		\
68
			../drm_drv.c				\
-
 
69
			../drm_edid.c				\
68
			$(DRM_TOPDIR)/drm_global.c		\
70
			../drm_gem.c				\
-
 
71
			../drm_global.c				\
69
			$(DRM_TOPDIR)/drm_hashtab.c		\
72
			../drm_hashtab.c			\
70
			$(DRM_TOPDIR)/drm_irq.c			\
73
			../drm_irq.c				\
71
			$(DRM_TOPDIR)/drm_mm.c			\
74
			../drm_mm.c				\
72
			$(DRM_TOPDIR)/drm_modes.c		\
75
			../drm_modes.c				\
73
			$(DRM_TOPDIR)/drm_stub.c
76
			../drm_pci.c				\
-
 
77
			../drm_stub.c				\
74
 
78
			../drm_vma_manager.c
-
 
79
 
Line 75... Line 80...
75
 
80