xref: /linux/drivers/video/fbdev/matrox/Makefile (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2f7018c21STomi Valkeinen# Makefile for the Linux video drivers.
3f7018c21STomi Valkeinen# 5 Aug 1999, James Simmons, <mailto:jsimmons@edgeglobal.com>
4f7018c21STomi Valkeinen# Rewritten to use lists instead of if-statements.
5f7018c21STomi Valkeinen
6f7018c21STomi Valkeinen# Each configuration option enables a list of files.
7f7018c21STomi Valkeinen
8f7018c21STomi Valkeinenmy-obj-$(CONFIG_FB_MATROX_G)      += g450_pll.o matroxfb_g450.o matroxfb_crtc2.o
9f7018c21STomi Valkeinen
10f7018c21STomi Valkeinenobj-$(CONFIG_FB_MATROX)           += matroxfb_base.o matroxfb_accel.o matroxfb_DAC1064.o matroxfb_Ti3026.o matroxfb_misc.o $(my-obj-y)
11f7018c21STomi Valkeinenobj-$(CONFIG_FB_MATROX_I2C)       += i2c-matroxfb.o
12f7018c21STomi Valkeinenobj-$(CONFIG_FB_MATROX_MAVEN)     += matroxfb_maven.o matroxfb_crtc2.o
13