xref: /linux/drivers/gpu/drm/ast/Makefile (revision 0a7f04b433fc7c77d8c03eb6b2f32196a3d9b0c5)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2312fec14SDave Airlie#
3312fec14SDave Airlie# Makefile for the drm device driver.  This driver provides support for the
4312fec14SDave Airlie# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
5312fec14SDave Airlie
6*0a7f04b4SThomas Zimmermannast-y := \
7*0a7f04b4SThomas Zimmermann	ast_ddc.o \
8*0a7f04b4SThomas Zimmermann	ast_dp501.o \
9*0a7f04b4SThomas Zimmermann	ast_dp.o \
10*0a7f04b4SThomas Zimmermann	ast_drv.o \
11*0a7f04b4SThomas Zimmermann	ast_main.o \
12*0a7f04b4SThomas Zimmermann	ast_mm.o \
13*0a7f04b4SThomas Zimmermann	ast_mode.o \
14*0a7f04b4SThomas Zimmermann	ast_post.o
15312fec14SDave Airlie
16312fec14SDave Airlieobj-$(CONFIG_DRM_AST) := ast.o
17