Server IP : 184.154.167.98 / Your IP : 18.188.106.47 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/src/kernels/4.18.0-553.22.1.lve.1.el8.x86_64/drivers/video/fbdev/i810/ |
Upload File : |
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the Intel 810/815 framebuffer driver # obj-$(CONFIG_FB_I810) += i810fb.o i810fb-objs := i810_main.o i810_accel.o ifdef CONFIG_FB_I810_GTF i810fb-objs += i810_gtf.o else i810fb-objs += i810_dvt.o endif ifdef CONFIG_FB_I810_I2C i810fb-objs += i810-i2c.o endif