brintos

brintos / linux-shallow public Read only

0
0
Text · 375 B · 3e46651 Raw
19 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the Intel 810/815 framebuffer driver4#5 6obj-$(CONFIG_FB_I810)		+= i810fb.o7 8i810fb-objs                     := i810_main.o i810_accel.o9 10ifdef CONFIG_FB_I810_GTF11i810fb-objs                     += i810_gtf.o12else13i810fb-objs                     += i810_dvt.o14endif15 16ifdef CONFIG_FB_I810_I2C17i810fb-objs += i810-i2c.o18endif19