|
@@ -2,8 +2,6 @@
|
|
# Makefile for the drm device driver. This driver provides support for the
|
|
# Makefile for the drm device driver. This driver provides support for the
|
|
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
|
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
|
|
|
|
|
|
-ccflags-y := -Iinclude/drm
|
|
|
|
-
|
|
|
|
drm-y := drm_auth.o drm_bufs.o drm_cache.o \
|
|
drm-y := drm_auth.o drm_bufs.o drm_cache.o \
|
|
drm_context.o drm_dma.o \
|
|
drm_context.o drm_dma.o \
|
|
drm_fops.o drm_gem.o drm_ioctl.o drm_irq.o \
|
|
drm_fops.o drm_gem.o drm_ioctl.o drm_irq.o \
|