brintos

brintos / linux-shallow public Read only

0
0
Text · 248 B · bdbdd6e Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the Riva framebuffer driver4#5 6obj-$(CONFIG_FB_RIVA)     += rivafb.o7 8rivafb-objs               := fbdev.o riva_hw.o nv_driver.o9 10ifdef CONFIG_FB_RIVA_I2C11	rivafb-objs       += rivafb-i2c.o12endif13