xref: /linux/drivers/Makefile (revision d34599bcd2e4e93a28d5904bf94bc7dafc511f04)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Makefile for the Linux kernel device drivers.
41da177e4SLinus Torvalds#
51da177e4SLinus Torvalds# 15 Sep 2000, Christoph Hellwig <hch@infradead.org>
61da177e4SLinus Torvalds# Rewritten to use lists instead of if-statements.
71da177e4SLinus Torvalds#
81da177e4SLinus Torvalds
967d7c302SMasahiro Yamada# Some driver Makefiles miss $(srctree)/ for include directive.
1067d7c302SMasahiro Yamadaifdef building_out_of_srctree
1167d7c302SMasahiro YamadaMAKEFLAGS += --include-dir=$(srctree)
1267d7c302SMasahiro Yamadaendif
1367d7c302SMasahiro Yamada
14*d34599bcSLad Prabhakarobj-y				+= cache/
1589214f00SSimon Arlottobj-y				+= irqchip/
1626a84b3eSKishon Vijay Abraham Iobj-y				+= bus/
1789214f00SSimon Arlott
18ff764963SKishon Vijay Abraham Iobj-$(CONFIG_GENERIC_PHY)	+= phy/
19ff764963SKishon Vijay Abraham I
202744e8afSLinus Walleij# GPIO must come after pinctrl as gpios may need to mux pins etc
2195b612ccSMasahiro Yamadaobj-$(CONFIG_PINCTRL)		+= pinctrl/
226b891a26SAndrew F. Davisobj-$(CONFIG_GPIOLIB)		+= gpio/
230c2498f1SSascha Hauerobj-y				+= pwm/
245e8cb403SKishon Vijay Abraham I
259de0eec2SCyrille Pitchenobj-y				+= pci/
267a2b3f02SKishon Vijay Abraham I
271da177e4SLinus Torvaldsobj-$(CONFIG_PARISC)		+= parisc/
28394b701cSMatt Porterobj-$(CONFIG_RAPIDIO)		+= rapidio/
291da177e4SLinus Torvaldsobj-y				+= video/
3026717172SLen Brownobj-y				+= idle/
31061475b6SMatthew Garrett
32061475b6SMatthew Garrett# IPMI must come before ACPI in order to provide IPMI opregion support
3354f9c4d0SAlistair Poppleobj-y				+= char/ipmi/
34061475b6SMatthew Garrett
35888ba6c6SLen Brownobj-$(CONFIG_ACPI)		+= acpi/
364590d98fSAndy Shevchenko
371da177e4SLinus Torvalds# PnP must come after ACPI since it will eventually need to check if acpi
381da177e4SLinus Torvalds# was used and do nothing if so
391da177e4SLinus Torvaldsobj-$(CONFIG_PNP)		+= pnp/
4087d0bab2SHiroshi DOYUobj-y				+= amba/
416eb1c949SMasahiro Yamada
426eb1c949SMasahiro Yamadaobj-y				+= clk/
43a0eb221aSLinus Walleij# Many drivers will want to use DMA so this has to be made available
44a0eb221aSLinus Walleij# really early.
459a322993SPhilippe De Muyterobj-$(CONFIG_DMADEVICES)	+= dma/
461da177e4SLinus Torvalds
473a6e0821SSantosh Shilimkar# SOC specific infrastructure drivers.
483a6e0821SSantosh Shilimkarobj-y				+= soc/
493a6e0821SSantosh Shilimkar
5027d9839fSArnd Bergmannobj-y				+= virtio/
51c9b9f5f8SMichael S. Tsirkinobj-$(CONFIG_VDPA)		+= vdpa/
52ad9a8612SJeremy Fitzhardingeobj-$(CONFIG_XEN)		+= xen/
53ad9a8612SJeremy Fitzhardinge
549f4dab49SDavid Brownell# regulators early, since some subsystems rely on them to initialize
559f4dab49SDavid Brownellobj-$(CONFIG_REGULATOR)		+= regulator/
569f4dab49SDavid Brownell
5761fc4131SPhilipp Zabel# reset controllers early, since gpu drivers might rely on them to initialize
5861fc4131SPhilipp Zabelobj-$(CONFIG_RESET_CONTROLLER)	+= reset/
5961fc4131SPhilipp Zabel
60ab4382d2SGreg Kroah-Hartman# tty/ comes before char/ so that the VT console is the boot-time
611da177e4SLinus Torvalds# default.
6296fd7ce5SGreg Kroah-Hartmanobj-y				+= tty/
631da177e4SLinus Torvaldsobj-y				+= char/
641da177e4SLinus Torvalds
651bacc894SOded Gabbay# iommu/ comes before gpu as gpu are using iommu controllers
66bd3c2e66SSakari Ailusobj-y				+= iommu/
671bacc894SOded Gabbay
681bacc894SOded Gabbay# gpu/ comes after char for AGP vs DRM startup and after iommu
69e6b51632SDave Airlieobj-y				+= gpu/
70e6b51632SDave Airlie
717672d0b5SEvgeniy Polyakovobj-$(CONFIG_CONNECTOR)		+= connector/
727672d0b5SEvgeniy Polyakov
731da177e4SLinus Torvalds# i810fb and intelfb depend on char/agp/
74f7018c21STomi Valkeinenobj-$(CONFIG_FB_I810)           += video/fbdev/i810/
75f7018c21STomi Valkeinenobj-$(CONFIG_FB_INTEL)          += video/fbdev/intelfb/
761da177e4SLinus Torvalds
771da177e4SLinus Torvaldsobj-$(CONFIG_PARPORT)		+= parport/
780329326eSMatti J. Aaltonenobj-y				+= base/ block/ misc/ mfd/ nfc/
79b94d5230SDan Williamsobj-$(CONFIG_LIBNVDIMM)		+= nvdimm/
808a3d95eaSArnd Bergmannobj-y				+= dax/
8135fac7e3SMaarten Lankhorstobj-$(CONFIG_DMA_SHARED_BUFFER) += dma-buf/
821da177e4SLinus Torvaldsobj-$(CONFIG_NUBUS)		+= nubus/
839ea4dcf4SDan Williamsobj-y				+= cxl/
8445941d04SSoeren Sonnenburgobj-y				+= macintosh/
85ad80f970SChristoph Hellwigobj-y				+= scsi/
8657dacad5SJay Sternbergobj-y				+= nvme/
87c6fd2807SJeff Garzikobj-$(CONFIG_ATA)		+= ata/
88c66ac9dbSNicholas Bellingerobj-$(CONFIG_TARGET_CORE)	+= target/
899289d4efSSudhakar Rajashekharaobj-$(CONFIG_MTD)		+= mtd/
909289d4efSSudhakar Rajashekharaobj-$(CONFIG_SPI)		+= spi/
915a86bf34SKenneth Heitkeobj-$(CONFIG_SPMI)		+= spmi/
92ea12c45fSAndrew F. Davisobj-$(CONFIG_HSI)		+= hsi/
933648e78eSSagar Dhariaobj-$(CONFIG_SLIMBUS)		+= slimbus/
940c406263SArjan van de Venobj-y				+= net/
950c406263SArjan van de Venobj-$(CONFIG_ATM)		+= atm/
961da177e4SLinus Torvaldsobj-$(CONFIG_FUSION)		+= message/
978702d33aSStefan Richterobj-y				+= firewire/
98beafc54cSHans J. Kochobj-$(CONFIG_UIO)		+= uio/
99cba3345cSAlex Williamsonobj-$(CONFIG_VFIO)		+= vfio/
1001da177e4SLinus Torvaldsobj-y				+= cdrom/
10170e84049SMiguel Ojeda Sandonisobj-y				+= auxdisplay/
1021da177e4SLinus Torvaldsobj-$(CONFIG_PCCARD)		+= pcmcia/
1031da177e4SLinus Torvaldsobj-$(CONFIG_DIO)		+= dio/
1041da177e4SLinus Torvaldsobj-$(CONFIG_SBUS)		+= sbus/
1051da177e4SLinus Torvaldsobj-$(CONFIG_ZORRO)		+= zorro/
1061da177e4SLinus Torvaldsobj-$(CONFIG_ATA_OVER_ETH)	+= block/aoe/
1071da177e4SLinus Torvaldsobj-$(CONFIG_TC)		+= tc/
108edc7cb2eSFelipe Balbiobj-$(CONFIG_USB_PHY)		+= usb/
1091da177e4SLinus Torvaldsobj-$(CONFIG_USB)		+= usb/
110c9d24f78SRandy Dunlapobj-$(CONFIG_USB_SUPPORT)	+= usb/
1116015d2c4SLinus Torvaldsobj-$(CONFIG_PCI)		+= usb/
1124661ffc9SFelipe Balbiobj-$(CONFIG_USB_GADGET)	+= usb/
1133d615964SAlexey Brodkinobj-$(CONFIG_OF)		+= usb/
11451c38f9bSDmitry Torokhovobj-$(CONFIG_SERIO)		+= input/serio/
1151da177e4SLinus Torvaldsobj-$(CONFIG_GAMEPORT)		+= input/gameport/
1161da177e4SLinus Torvaldsobj-$(CONFIG_INPUT)		+= input/
117c58411e9SAlessandro Zummoobj-$(CONFIG_RTC_LIB)		+= rtc/
1183a379bbcSBoris Brezillonobj-y				+= i2c/ i3c/ media/
119eae9d2baSRodolfo Giomettiobj-$(CONFIG_PPS)		+= pps/
120d1cbfd77SNicolas Pitreobj-y				+= ptp/
1211da177e4SLinus Torvaldsobj-$(CONFIG_W1)		+= w1/
122f96576bdSKrzysztof Kozlowskiobj-y				+= power/
123ad2f931dSJean Delvareobj-$(CONFIG_HWMON)		+= hwmon/
124203d3d4aSZhang Ruiobj-$(CONFIG_THERMAL)		+= thermal/
125b7e04f8cSWim Van Sebroeckobj-$(CONFIG_WATCHDOG)		+= watchdog/
1261da177e4SLinus Torvaldsobj-$(CONFIG_MD)		+= md/
1271da177e4SLinus Torvaldsobj-$(CONFIG_BT)		+= bluetooth/
128f7511d5fSSamuel Thibaultobj-$(CONFIG_ACCESSIBILITY)	+= accessibility/
1291da177e4SLinus Torvaldsobj-$(CONFIG_ISDN)		+= isdn/
130da9bb1d2SAlan Coxobj-$(CONFIG_EDAC)		+= edac/
1311da177e4SLinus Torvaldsobj-$(CONFIG_EISA)		+= eisa/
1327813dd6fSViresh Kumarobj-$(CONFIG_PM_OPP)		+= opp/
1331da177e4SLinus Torvaldsobj-$(CONFIG_CPU_FREQ)		+= cpufreq/
1344f86d3a8SLen Brownobj-$(CONFIG_CPU_IDLE)		+= cpuidle/
13552c506f0SAdrian Hunterobj-y				+= mmc/
136dd11376bSBart Van Asscheobj-y				+= ufs/
137baf8532aSAlex Dubovobj-$(CONFIG_MEMSTICK)		+= memstick/
138b1ae40a5SAndrew F. Davisobj-$(CONFIG_NEW_LEDS)		+= leds/
1391da177e4SLinus Torvaldsobj-$(CONFIG_INFINIBAND)	+= infiniband/
1401da177e4SLinus Torvaldsobj-y				+= firmware/
1411da177e4SLinus Torvaldsobj-$(CONFIG_CRYPTO)		+= crypto/
142e87eaad1SPaul Mundtobj-$(CONFIG_SUPERH)		+= sh/
143592913ecSJohn Stultzobj-y				+= clocksource/
1447589670fSShannon Nelsonobj-$(CONFIG_DCA)		+= dca/
14525621bccSBenjamin Tissoiresobj-$(CONFIG_HID_SUPPORT)	+= hid/
146eb30c720SGeert Uytterhoevenobj-$(CONFIG_PPC_PS3)		+= ps3/
14797e873e5SStephen Rothwellobj-$(CONFIG_OF)		+= of/
14861e115a5SMichael Bueschobj-$(CONFIG_SSB)		+= ssb/
1498369ae33SRafał Miłeckiobj-$(CONFIG_BCMA)		+= bcma/
150f87d0fbbSRusty Russellobj-$(CONFIG_VHOST_RING)	+= vhost/
15198701a2aSRandy Dunlapobj-$(CONFIG_VHOST_IOTLB)	+= vhost/
152b2fbd8b0SMichael S. Tsirkinobj-$(CONFIG_VHOST)		+= vhost/
15355e331cfSFlorian Fainelliobj-$(CONFIG_VLYNQ)		+= vlynq/
1548465def4SGreg Kroah-Hartmanobj-$(CONFIG_GREYBUS)		+= greybus/
1558ffdff6aSGreg Kroah-Hartmanobj-$(CONFIG_COMEDI)		+= comedi/
15635045589SGreg Kroah-Hartmanobj-$(CONFIG_STAGING)		+= staging/
15741b16dceSLen Brownobj-y				+= platform/
158bd9a4c7dSOhad Ben-Cohen
15930058677SRob Herringobj-$(CONFIG_MAILBOX)		+= mailbox/
160bd9a4c7dSOhad Ben-Cohenobj-$(CONFIG_HWSPINLOCK)	+= hwspinlock/
161400e64dfSOhad Ben-Cohenobj-$(CONFIG_REMOTEPROC)	+= remoteproc/
162bcabbccaSOhad Ben-Cohenobj-$(CONFIG_RPMSG)		+= rpmsg/
1639251345dSVinod Koulobj-$(CONFIG_SOUNDWIRE)		+= soundwire/
1646db71994STimur Tabi
1656db71994STimur Tabi# Virtualization drivers
1666db71994STimur Tabiobj-$(CONFIG_VIRT_DRIVERS)	+= virt/
167a4d7e8aeSMichael Kelleyobj-$(subst m,y,$(CONFIG_HYPERV))	+= hv/
168a3c98b8bSMyungJoo Ham
169a3c98b8bSMyungJoo Hamobj-$(CONFIG_PM_DEVFREQ)	+= devfreq/
170de55d871SMyungJoo Hamobj-$(CONFIG_EXTCON)		+= extcon/
1717ec94453SAneesh Vobj-$(CONFIG_MEMORY)		+= memory/
172a980e046SJonathan Cameronobj-$(CONFIG_IIO)		+= iio/
17305e5027eSGreg Kroah-Hartmanobj-$(CONFIG_IPACK_BUS)		+= ipack/
174fce8a7bbSJon Masonobj-$(CONFIG_NTB)		+= ntb/
17512cc4b38SSrinivas Pandruvadaobj-$(CONFIG_POWERCAP)		+= powercap/
1763764e82eSJohannes Thumshirnobj-$(CONFIG_MCB)		+= mcb/
177fa8ad788SMark Rutlandobj-$(CONFIG_PERF_EVENTS)	+= perf/
17876ac8275SChen, Gongobj-$(CONFIG_RAS)		+= ras/
179690ac0d2SMika Westerbergobj-$(CONFIG_USB4)		+= thunderbolt/
18001081f5aSMathieu Poirierobj-$(CONFIG_CORESIGHT)		+= hwtracing/coresight/
18139f40346SAlexander Shishkinobj-y				+= hwtracing/intel_th/
1827bd1d409SAlexander Shishkinobj-$(CONFIG_STM)		+= hwtracing/stm/
183ff0de066SYicong Yangobj-$(CONFIG_HISI_PTT)		+= hwtracing/ptt/
1841045a067SChristoph Hellwigobj-y				+= android/
185eace75cfSSrinivas Kandagatlaobj-$(CONFIG_NVMEM)		+= nvmem/
1866a8c3be7SAlan Tullobj-$(CONFIG_FPGA)		+= fpga/
1870508ad1fSJeremy Kerrobj-$(CONFIG_FSI)		+= fsi/
188967c9ccaSJens Wiklanderobj-$(CONFIG_TEE)		+= tee/
189a3b02a9cSPeter Rosinobj-$(CONFIG_MULTIPLEXER)	+= mux/
190bbecb07fSUwe Kleine-Königobj-$(CONFIG_SIOX)		+= siox/
1912b6a4403SJohan Hovoldobj-$(CONFIG_GNSS)		+= gnss/
19211f1cecaSGeorgi Djakovobj-$(CONFIG_INTERCONNECT)	+= interconnect/
1930040a390SWilliam Breathitt Grayobj-$(CONFIG_COUNTER)		+= counter/
194b2765275SChristian Grommobj-$(CONFIG_MOST)		+= most/
1956523d3b2SIwona Winiarskaobj-$(CONFIG_PECI)		+= peci/
19631ab09b4SDipen Patelobj-$(CONFIG_HTE)		+= hte/
19735b13763SJacek Lawrynowiczobj-$(CONFIG_DRM_ACCEL)		+= accel/
1982959ab24SNipun Guptaobj-$(CONFIG_CDX_BUS)		+= cdx/
199