You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
416 B
22 lines
416 B
![]()
13 years ago
|
#
|
||
|
# Makefile for the drm device driver. This driver provides support for the
|
||
|
# Direct Rendering Infrastructure (DRI)
|
||
|
#
|
||
|
|
||
|
ccflags-y := -Iinclude/drm -Werror
|
||
![]()
13 years ago
|
omapdrm-y := omap_drv.o \
|
||
![]()
12 years ago
|
omap_irq.o \
|
||
![]()
13 years ago
|
omap_debugfs.o \
|
||
![]()
13 years ago
|
omap_crtc.o \
|
||
![]()
13 years ago
|
omap_plane.o \
|
||
![]()
13 years ago
|
omap_encoder.o \
|
||
|
omap_connector.o \
|
||
|
omap_fb.o \
|
||
|
omap_fbdev.o \
|
||
|
omap_gem.o \
|
||
![]()
13 years ago
|
omap_gem_dmabuf.o \
|
||
![]()
13 years ago
|
omap_dmm_tiler.o \
|
||
|
tcm-sita.o
|
||
![]()
13 years ago
|
|
||
|
obj-$(CONFIG_DRM_OMAP) += omapdrm.o
|