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