]> git.ipfire.org Git - thirdparty/linux.git/blob - drivers/video/fbdev/riva/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / drivers / video / fbdev / riva / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Riva framebuffer driver
4 #
5
6 obj-$(CONFIG_FB_RIVA) += rivafb.o
7
8 rivafb-objs := fbdev.o riva_hw.o nv_driver.o
9
10 ifdef CONFIG_FB_RIVA_I2C
11 rivafb-objs += rivafb-i2c.o
12 endif