xref: /linux/drivers/video/fbdev/Makefile (revision f7018c21350204c4cf628462f229d44d03545254)
1*f7018c21STomi Valkeinen# Makefile for the Linux video drivers.
2*f7018c21STomi Valkeinen# 5 Aug 1999, James Simmons, <mailto:jsimmons@users.sf.net>
3*f7018c21STomi Valkeinen# Rewritten to use lists instead of if-statements.
4*f7018c21STomi Valkeinen
5*f7018c21STomi Valkeinen# Each configuration option enables a list of files.
6*f7018c21STomi Valkeinen
7*f7018c21STomi Valkeinenobj-y                             += fb_notify.o
8*f7018c21STomi Valkeinenobj-$(CONFIG_FB)                  += fb.o
9*f7018c21STomi Valkeinenfb-y                              := fbmem.o fbmon.o fbcmap.o fbsysfs.o \
10*f7018c21STomi Valkeinen                                     modedb.o fbcvt.o
11*f7018c21STomi Valkeinenfb-objs                           := $(fb-y)
12*f7018c21STomi Valkeinen
13*f7018c21STomi Valkeinenobj-$(CONFIG_EXYNOS_VIDEO)     += exynos/
14*f7018c21STomi Valkeinen
15*f7018c21STomi Valkeinenobj-$(CONFIG_FB_CFB_FILLRECT)  += cfbfillrect.o
16*f7018c21STomi Valkeinenobj-$(CONFIG_FB_CFB_COPYAREA)  += cfbcopyarea.o
17*f7018c21STomi Valkeinenobj-$(CONFIG_FB_CFB_IMAGEBLIT) += cfbimgblt.o
18*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SYS_FILLRECT)  += sysfillrect.o
19*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SYS_COPYAREA)  += syscopyarea.o
20*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SYS_IMAGEBLIT) += sysimgblt.o
21*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SYS_FOPS)      += fb_sys_fops.o
22*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SVGALIB)       += svgalib.o
23*f7018c21STomi Valkeinenobj-$(CONFIG_FB_MACMODES)      += macmodes.o
24*f7018c21STomi Valkeinenobj-$(CONFIG_FB_DDC)           += fb_ddc.o
25*f7018c21STomi Valkeinenobj-$(CONFIG_FB_DEFERRED_IO)   += fb_defio.o
26*f7018c21STomi Valkeinenobj-$(CONFIG_FB_WMT_GE_ROPS)   += wmt_ge_rops.o
27*f7018c21STomi Valkeinen
28*f7018c21STomi Valkeinen# Hardware specific drivers go first
29*f7018c21STomi Valkeinenobj-$(CONFIG_FB_AMIGA)            += amifb.o c2p_planar.o
30*f7018c21STomi Valkeinenobj-$(CONFIG_FB_ARC)              += arcfb.o
31*f7018c21STomi Valkeinenobj-$(CONFIG_FB_CLPS711X)         += clps711xfb.o
32*f7018c21STomi Valkeinenobj-$(CONFIG_FB_CYBER2000)        += cyber2000fb.o
33*f7018c21STomi Valkeinenobj-$(CONFIG_FB_GRVGA)            += grvga.o
34*f7018c21STomi Valkeinenobj-$(CONFIG_FB_PM2)              += pm2fb.o
35*f7018c21STomi Valkeinenobj-$(CONFIG_FB_PM3)		  += pm3fb.o
36*f7018c21STomi Valkeinen
37*f7018c21STomi Valkeinenobj-$(CONFIG_FB_I740)		  += i740fb.o
38*f7018c21STomi Valkeinenobj-$(CONFIG_FB_MATROX)		  += matrox/
39*f7018c21STomi Valkeinenobj-$(CONFIG_FB_RIVA)		  += riva/
40*f7018c21STomi Valkeinenobj-$(CONFIG_FB_NVIDIA)		  += nvidia/
41*f7018c21STomi Valkeinenobj-$(CONFIG_FB_ATY)		  += aty/ macmodes.o
42*f7018c21STomi Valkeinenobj-$(CONFIG_FB_ATY128)		  += aty/ macmodes.o
43*f7018c21STomi Valkeinenobj-$(CONFIG_FB_RADEON)		  += aty/
44*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SIS)		  += sis/
45*f7018c21STomi Valkeinenobj-$(CONFIG_FB_VIA)		  += via/
46*f7018c21STomi Valkeinenobj-$(CONFIG_FB_KYRO)             += kyro/
47*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SAVAGE)		  += savage/
48*f7018c21STomi Valkeinenobj-$(CONFIG_FB_GEODE)		  += geode/
49*f7018c21STomi Valkeinenobj-$(CONFIG_FB_MBX)		  += mbx/
50*f7018c21STomi Valkeinenobj-$(CONFIG_FB_NEOMAGIC)         += neofb.o
51*f7018c21STomi Valkeinenobj-$(CONFIG_FB_3DFX)             += tdfxfb.o
52*f7018c21STomi Valkeinenobj-$(CONFIG_FB_CONTROL)          += controlfb.o
53*f7018c21STomi Valkeinenobj-$(CONFIG_FB_PLATINUM)         += platinumfb.o
54*f7018c21STomi Valkeinenobj-$(CONFIG_FB_VALKYRIE)         += valkyriefb.o
55*f7018c21STomi Valkeinenobj-$(CONFIG_FB_CT65550)          += chipsfb.o
56*f7018c21STomi Valkeinenobj-$(CONFIG_FB_IMSTT)            += imsttfb.o
57*f7018c21STomi Valkeinenobj-$(CONFIG_FB_FM2)              += fm2fb.o
58*f7018c21STomi Valkeinenobj-$(CONFIG_FB_VT8623)           += vt8623fb.o
59*f7018c21STomi Valkeinenobj-$(CONFIG_FB_TRIDENT)          += tridentfb.o
60*f7018c21STomi Valkeinenobj-$(CONFIG_FB_LE80578)          += vermilion/
61*f7018c21STomi Valkeinenobj-$(CONFIG_FB_S3)               += s3fb.o
62*f7018c21STomi Valkeinenobj-$(CONFIG_FB_ARK)              += arkfb.o
63*f7018c21STomi Valkeinenobj-$(CONFIG_FB_STI)              += stifb.o
64*f7018c21STomi Valkeinenobj-$(CONFIG_FB_FFB)              += ffb.o sbuslib.o
65*f7018c21STomi Valkeinenobj-$(CONFIG_FB_CG6)              += cg6.o sbuslib.o
66*f7018c21STomi Valkeinenobj-$(CONFIG_FB_CG3)              += cg3.o sbuslib.o
67*f7018c21STomi Valkeinenobj-$(CONFIG_FB_BW2)              += bw2.o sbuslib.o
68*f7018c21STomi Valkeinenobj-$(CONFIG_FB_CG14)             += cg14.o sbuslib.o
69*f7018c21STomi Valkeinenobj-$(CONFIG_FB_P9100)            += p9100.o sbuslib.o
70*f7018c21STomi Valkeinenobj-$(CONFIG_FB_TCX)              += tcx.o sbuslib.o
71*f7018c21STomi Valkeinenobj-$(CONFIG_FB_LEO)              += leo.o sbuslib.o
72*f7018c21STomi Valkeinenobj-$(CONFIG_FB_ACORN)            += acornfb.o
73*f7018c21STomi Valkeinenobj-$(CONFIG_FB_ATARI)            += atafb.o c2p_iplan2.o atafb_mfb.o \
74*f7018c21STomi Valkeinen                                     atafb_iplan2p2.o atafb_iplan2p4.o atafb_iplan2p8.o
75*f7018c21STomi Valkeinenobj-$(CONFIG_FB_MAC)              += macfb.o
76*f7018c21STomi Valkeinenobj-$(CONFIG_FB_HECUBA)           += hecubafb.o
77*f7018c21STomi Valkeinenobj-$(CONFIG_FB_N411)             += n411.o
78*f7018c21STomi Valkeinenobj-$(CONFIG_FB_HGA)              += hgafb.o
79*f7018c21STomi Valkeinenobj-$(CONFIG_FB_XVR500)           += sunxvr500.o
80*f7018c21STomi Valkeinenobj-$(CONFIG_FB_XVR2500)          += sunxvr2500.o
81*f7018c21STomi Valkeinenobj-$(CONFIG_FB_XVR1000)          += sunxvr1000.o
82*f7018c21STomi Valkeinenobj-$(CONFIG_FB_IGA)              += igafb.o
83*f7018c21STomi Valkeinenobj-$(CONFIG_FB_APOLLO)           += dnfb.o
84*f7018c21STomi Valkeinenobj-$(CONFIG_FB_Q40)              += q40fb.o
85*f7018c21STomi Valkeinenobj-$(CONFIG_FB_TGA)              += tgafb.o
86*f7018c21STomi Valkeinenobj-$(CONFIG_FB_HP300)            += hpfb.o
87*f7018c21STomi Valkeinenobj-$(CONFIG_FB_G364)             += g364fb.o
88*f7018c21STomi Valkeinenobj-$(CONFIG_FB_EP93XX)		  += ep93xx-fb.o
89*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SA1100)           += sa1100fb.o
90*f7018c21STomi Valkeinenobj-$(CONFIG_FB_HIT)              += hitfb.o
91*f7018c21STomi Valkeinenobj-$(CONFIG_FB_ATMEL)		  += atmel_lcdfb.o
92*f7018c21STomi Valkeinenobj-$(CONFIG_FB_PVR2)             += pvr2fb.o
93*f7018c21STomi Valkeinenobj-$(CONFIG_FB_VOODOO1)          += sstfb.o
94*f7018c21STomi Valkeinenobj-$(CONFIG_FB_ARMCLCD)	  += amba-clcd.o
95*f7018c21STomi Valkeinenobj-$(CONFIG_FB_GOLDFISH)         += goldfishfb.o
96*f7018c21STomi Valkeinenobj-$(CONFIG_FB_68328)            += 68328fb.o
97*f7018c21STomi Valkeinenobj-$(CONFIG_FB_GBE)              += gbefb.o
98*f7018c21STomi Valkeinenobj-$(CONFIG_FB_CIRRUS)		  += cirrusfb.o
99*f7018c21STomi Valkeinenobj-$(CONFIG_FB_ASILIANT)	  += asiliantfb.o
100*f7018c21STomi Valkeinenobj-$(CONFIG_FB_PXA)		  += pxafb.o
101*f7018c21STomi Valkeinenobj-$(CONFIG_FB_PXA168)		  += pxa168fb.o
102*f7018c21STomi Valkeinenobj-$(CONFIG_PXA3XX_GCU)	  += pxa3xx-gcu.o
103*f7018c21STomi Valkeinenobj-$(CONFIG_MMP_DISP)           += mmp/
104*f7018c21STomi Valkeinenobj-$(CONFIG_FB_W100)		  += w100fb.o
105*f7018c21STomi Valkeinenobj-$(CONFIG_FB_TMIO)		  += tmiofb.o
106*f7018c21STomi Valkeinenobj-$(CONFIG_FB_AU1100)		  += au1100fb.o
107*f7018c21STomi Valkeinenobj-$(CONFIG_FB_AU1200)		  += au1200fb.o
108*f7018c21STomi Valkeinenobj-$(CONFIG_FB_VT8500)		  += vt8500lcdfb.o
109*f7018c21STomi Valkeinenobj-$(CONFIG_FB_WM8505)		  += wm8505fb.o
110*f7018c21STomi Valkeinenobj-$(CONFIG_FB_PMAG_AA)	  += pmag-aa-fb.o
111*f7018c21STomi Valkeinenobj-$(CONFIG_FB_PMAG_BA)	  += pmag-ba-fb.o
112*f7018c21STomi Valkeinenobj-$(CONFIG_FB_PMAGB_B)	  += pmagb-b-fb.o
113*f7018c21STomi Valkeinenobj-$(CONFIG_FB_MAXINE)		  += maxinefb.o
114*f7018c21STomi Valkeinenobj-$(CONFIG_FB_METRONOME)        += metronomefb.o
115*f7018c21STomi Valkeinenobj-$(CONFIG_FB_BROADSHEET)       += broadsheetfb.o
116*f7018c21STomi Valkeinenobj-$(CONFIG_FB_AUO_K190X)	  += auo_k190x.o
117*f7018c21STomi Valkeinenobj-$(CONFIG_FB_AUO_K1900)	  += auo_k1900fb.o
118*f7018c21STomi Valkeinenobj-$(CONFIG_FB_AUO_K1901)	  += auo_k1901fb.o
119*f7018c21STomi Valkeinenobj-$(CONFIG_FB_S1D13XXX)	  += s1d13xxxfb.o
120*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SH7760)		  += sh7760fb.o
121*f7018c21STomi Valkeinenobj-$(CONFIG_FB_IMX)              += imxfb.o
122*f7018c21STomi Valkeinenobj-$(CONFIG_FB_S3C)		  += s3c-fb.o
123*f7018c21STomi Valkeinenobj-$(CONFIG_FB_S3C2410)	  += s3c2410fb.o
124*f7018c21STomi Valkeinenobj-$(CONFIG_FB_FSL_DIU)	  += fsl-diu-fb.o
125*f7018c21STomi Valkeinenobj-$(CONFIG_FB_COBALT)           += cobalt_lcdfb.o
126*f7018c21STomi Valkeinenobj-$(CONFIG_FB_IBM_GXT4500)	  += gxt4500.o
127*f7018c21STomi Valkeinenobj-$(CONFIG_FB_PS3)		  += ps3fb.o
128*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SM501)            += sm501fb.o
129*f7018c21STomi Valkeinenobj-$(CONFIG_FB_UDL)		  += udlfb.o
130*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SMSCUFX)	  += smscufx.o
131*f7018c21STomi Valkeinenobj-$(CONFIG_FB_XILINX)           += xilinxfb.o
132*f7018c21STomi Valkeinenobj-$(CONFIG_SH_MIPI_DSI)	  += sh_mipi_dsi.o
133*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SH_MOBILE_HDMI)	  += sh_mobile_hdmi.o
134*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SH_MOBILE_MERAM)  += sh_mobile_meram.o
135*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SH_MOBILE_LCDC)	  += sh_mobile_lcdcfb.o
136*f7018c21STomi Valkeinenobj-$(CONFIG_FB_OMAP)             += omap/
137*f7018c21STomi Valkeinenobj-y                             += omap2/
138*f7018c21STomi Valkeinenobj-$(CONFIG_XEN_FBDEV_FRONTEND)  += xen-fbfront.o
139*f7018c21STomi Valkeinenobj-$(CONFIG_FB_CARMINE)          += carminefb.o
140*f7018c21STomi Valkeinenobj-$(CONFIG_FB_MB862XX)	  += mb862xx/
141*f7018c21STomi Valkeinenobj-$(CONFIG_FB_MSM)              += msm/
142*f7018c21STomi Valkeinenobj-$(CONFIG_FB_NUC900)           += nuc900fb.o
143*f7018c21STomi Valkeinenobj-$(CONFIG_FB_JZ4740)		  += jz4740_fb.o
144*f7018c21STomi Valkeinenobj-$(CONFIG_FB_PUV3_UNIGFX)      += fb-puv3.o
145*f7018c21STomi Valkeinenobj-$(CONFIG_FB_HYPERV)		  += hyperv_fb.o
146*f7018c21STomi Valkeinenobj-$(CONFIG_FB_OPENCORES)	  += ocfb.o
147*f7018c21STomi Valkeinen
148*f7018c21STomi Valkeinen# Platform or fallback drivers go here
149*f7018c21STomi Valkeinenobj-$(CONFIG_FB_UVESA)            += uvesafb.o
150*f7018c21STomi Valkeinenobj-$(CONFIG_FB_VESA)             += vesafb.o
151*f7018c21STomi Valkeinenobj-$(CONFIG_FB_EFI)              += efifb.o
152*f7018c21STomi Valkeinenobj-$(CONFIG_FB_VGA16)            += vga16fb.o
153*f7018c21STomi Valkeinenobj-$(CONFIG_FB_OF)               += offb.o
154*f7018c21STomi Valkeinenobj-$(CONFIG_FB_BF537_LQ035)      += bf537-lq035.o
155*f7018c21STomi Valkeinenobj-$(CONFIG_FB_BF54X_LQ043)	  += bf54x-lq043fb.o
156*f7018c21STomi Valkeinenobj-$(CONFIG_FB_BFIN_LQ035Q1)     += bfin-lq035q1-fb.o
157*f7018c21STomi Valkeinenobj-$(CONFIG_FB_BFIN_T350MCQB)	  += bfin-t350mcqb-fb.o
158*f7018c21STomi Valkeinenobj-$(CONFIG_FB_BFIN_7393)        += bfin_adv7393fb.o
159*f7018c21STomi Valkeinenobj-$(CONFIG_FB_MX3)		  += mx3fb.o
160*f7018c21STomi Valkeinenobj-$(CONFIG_FB_DA8XX)		  += da8xx-fb.o
161*f7018c21STomi Valkeinenobj-$(CONFIG_FB_MXS)		  += mxsfb.o
162*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SSD1307)	  += ssd1307fb.o
163*f7018c21STomi Valkeinenobj-$(CONFIG_FB_SIMPLE)           += simplefb.o
164*f7018c21STomi Valkeinen
165*f7018c21STomi Valkeinen# the test framebuffer is last
166*f7018c21STomi Valkeinenobj-$(CONFIG_FB_VIRTUAL)          += vfb.o
167