![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # Makefile for the Intel 810/815 framebuffer driver 0004 # 0005 0006 obj-$(CONFIG_FB_I810) += i810fb.o 0007 0008 i810fb-objs := i810_main.o i810_accel.o 0009 0010 ifdef CONFIG_FB_I810_GTF 0011 i810fb-objs += i810_gtf.o 0012 else 0013 i810fb-objs += i810_dvt.o 0014 endif 0015 0016 ifdef CONFIG_FB_I810_I2C 0017 i810fb-objs += i810-i2c.o 0018 endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |