]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/Makefile
x86/bugs: Rework spec_ctrl base and mask logic
[mirror_ubuntu-artful-kernel.git] / drivers / Makefile
1 #
2 # Makefile for the Linux kernel device drivers.
3 #
4 # 15 Sep 2000, Christoph Hellwig <hch@infradead.org>
5 # Rewritten to use lists instead of if-statements.
6 #
7
8 obj-y += irqchip/
9 obj-y += bus/
10
11 obj-$(CONFIG_GENERIC_PHY) += phy/
12
13 # GPIO must come after pinctrl as gpios may need to mux pins etc
14 obj-$(CONFIG_PINCTRL) += pinctrl/
15 obj-$(CONFIG_GPIOLIB) += gpio/
16 obj-y += pwm/
17
18 obj-$(CONFIG_PCI) += pci/
19 obj-$(CONFIG_PCI_ENDPOINT) += pci/endpoint/
20 # PCI dwc controller drivers
21 obj-y += pci/dwc/
22
23 obj-$(CONFIG_PARISC) += parisc/
24 obj-$(CONFIG_RAPIDIO) += rapidio/
25 obj-y += video/
26 obj-y += idle/
27
28 # IPMI must come before ACPI in order to provide IPMI opregion support
29 obj-y += char/ipmi/
30
31 obj-$(CONFIG_ACPI) += acpi/
32 obj-$(CONFIG_SFI) += sfi/
33 # PnP must come after ACPI since it will eventually need to check if acpi
34 # was used and do nothing if so
35 obj-$(CONFIG_PNP) += pnp/
36 obj-y += amba/
37
38 obj-y += clk/
39 # Many drivers will want to use DMA so this has to be made available
40 # really early.
41 obj-$(CONFIG_DMADEVICES) += dma/
42
43 # SOC specific infrastructure drivers.
44 obj-y += soc/
45
46 obj-$(CONFIG_VIRTIO) += virtio/
47 obj-$(CONFIG_XEN) += xen/
48
49 # regulators early, since some subsystems rely on them to initialize
50 obj-$(CONFIG_REGULATOR) += regulator/
51
52 # reset controllers early, since gpu drivers might rely on them to initialize
53 obj-$(CONFIG_RESET_CONTROLLER) += reset/
54
55 # tty/ comes before char/ so that the VT console is the boot-time
56 # default.
57 obj-y += tty/
58 obj-y += char/
59
60 # iommu/ comes before gpu as gpu are using iommu controllers
61 obj-$(CONFIG_IOMMU_SUPPORT) += iommu/
62
63
64 obj-$(CONFIG_CONNECTOR) += connector/
65
66
67 obj-$(CONFIG_PARPORT) += parport/
68 obj-$(CONFIG_NVM) += lightnvm/
69 obj-y += base/ block/ misc/ mfd/ nfc/
70 obj-$(CONFIG_LIBNVDIMM) += nvdimm/
71 obj-$(CONFIG_DAX) += dax/
72 obj-$(CONFIG_DMA_SHARED_BUFFER) += dma-buf/
73 obj-$(CONFIG_NUBUS) += nubus/
74 obj-y += macintosh/
75 obj-$(CONFIG_IDE) += ide/
76 obj-$(CONFIG_SCSI) += scsi/
77 obj-y += nvme/
78 obj-$(CONFIG_ATA) += ata/
79
80 # gpu/ comes after char for AGP vs DRM startup and after iommu
81 obj-y += gpu/
82 # i810fb and intelfb depend on char/agp/
83 obj-$(CONFIG_FB_I810) += video/fbdev/i810/
84 obj-$(CONFIG_FB_INTEL) += video/fbdev/intelfb/
85 obj-$(CONFIG_TARGET_CORE) += target/
86 obj-$(CONFIG_MTD) += mtd/
87 obj-$(CONFIG_SPI) += spi/
88 obj-$(CONFIG_SPMI) += spmi/
89 obj-$(CONFIG_HSI) += hsi/
90 obj-y += net/
91 obj-$(CONFIG_ATM) += atm/
92 obj-$(CONFIG_FUSION) += message/
93 obj-y += firewire/
94 obj-$(CONFIG_UIO) += uio/
95 obj-$(CONFIG_VFIO) += vfio/
96 obj-y += cdrom/
97 obj-y += auxdisplay/
98 obj-$(CONFIG_PCCARD) += pcmcia/
99 obj-$(CONFIG_DIO) += dio/
100 obj-$(CONFIG_SBUS) += sbus/
101 obj-$(CONFIG_ZORRO) += zorro/
102 obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
103 obj-$(CONFIG_PARIDE) += block/paride/
104 obj-$(CONFIG_TC) += tc/
105 obj-$(CONFIG_UWB) += uwb/
106 obj-$(CONFIG_USB_PHY) += usb/
107 obj-$(CONFIG_USB) += usb/
108 obj-$(CONFIG_PCI) += usb/
109 obj-$(CONFIG_USB_GADGET) += usb/
110 obj-$(CONFIG_OF) += usb/
111 obj-$(CONFIG_SERIO) += input/serio/
112 obj-$(CONFIG_GAMEPORT) += input/gameport/
113 obj-$(CONFIG_INPUT) += input/
114 obj-$(CONFIG_RTC_LIB) += rtc/
115 obj-y += i2c/ media/
116 obj-$(CONFIG_PPS) += pps/
117 obj-y += ptp/
118 obj-$(CONFIG_W1) += w1/
119 obj-y += power/
120 obj-$(CONFIG_HWMON) += hwmon/
121 obj-$(CONFIG_THERMAL) += thermal/
122 obj-$(CONFIG_WATCHDOG) += watchdog/
123 obj-$(CONFIG_MD) += md/
124 obj-$(CONFIG_BT) += bluetooth/
125 obj-$(CONFIG_ACCESSIBILITY) += accessibility/
126 obj-$(CONFIG_ISDN) += isdn/
127 obj-$(CONFIG_EDAC) += edac/
128 obj-$(CONFIG_EISA) += eisa/
129 obj-y += lguest/
130 obj-$(CONFIG_CPU_FREQ) += cpufreq/
131 obj-$(CONFIG_CPU_IDLE) += cpuidle/
132 obj-y += mmc/
133 obj-$(CONFIG_MEMSTICK) += memstick/
134 obj-$(CONFIG_NEW_LEDS) += leds/
135 obj-$(CONFIG_INFINIBAND) += infiniband/
136 obj-$(CONFIG_SGI_SN) += sn/
137 obj-y += firmware/
138 obj-$(CONFIG_CRYPTO) += crypto/
139 obj-$(CONFIG_SUPERH) += sh/
140 ifndef CONFIG_ARCH_USES_GETTIMEOFFSET
141 obj-y += clocksource/
142 endif
143 obj-$(CONFIG_DCA) += dca/
144 obj-$(CONFIG_HID) += hid/
145 obj-$(CONFIG_PPC_PS3) += ps3/
146 obj-$(CONFIG_OF) += of/
147 obj-$(CONFIG_SSB) += ssb/
148 obj-$(CONFIG_BCMA) += bcma/
149 obj-$(CONFIG_VHOST_RING) += vhost/
150 obj-$(CONFIG_VHOST) += vhost/
151 obj-$(CONFIG_VLYNQ) += vlynq/
152 obj-$(CONFIG_STAGING) += staging/
153 obj-y += platform/
154
155 obj-$(CONFIG_MAILBOX) += mailbox/
156 obj-$(CONFIG_HWSPINLOCK) += hwspinlock/
157 obj-$(CONFIG_REMOTEPROC) += remoteproc/
158 obj-$(CONFIG_RPMSG) += rpmsg/
159
160 # Virtualization drivers
161 obj-$(CONFIG_VIRT_DRIVERS) += virt/
162 obj-$(CONFIG_HYPERV) += hv/
163
164 obj-$(CONFIG_PM_DEVFREQ) += devfreq/
165 obj-$(CONFIG_EXTCON) += extcon/
166 obj-$(CONFIG_MEMORY) += memory/
167 obj-$(CONFIG_IIO) += iio/
168 obj-$(CONFIG_VME_BUS) += vme/
169 obj-$(CONFIG_IPACK_BUS) += ipack/
170 obj-$(CONFIG_NTB) += ntb/
171 obj-$(CONFIG_FMC) += fmc/
172 obj-$(CONFIG_POWERCAP) += powercap/
173 obj-$(CONFIG_MCB) += mcb/
174 obj-$(CONFIG_PERF_EVENTS) += perf/
175 obj-$(CONFIG_RAS) += ras/
176 obj-$(CONFIG_THUNDERBOLT) += thunderbolt/
177 obj-$(CONFIG_CORESIGHT) += hwtracing/coresight/
178 obj-y += hwtracing/intel_th/
179 obj-$(CONFIG_STM) += hwtracing/stm/
180 obj-$(CONFIG_ANDROID) += android/
181 obj-$(CONFIG_NVMEM) += nvmem/
182 obj-$(CONFIG_FPGA) += fpga/
183 obj-$(CONFIG_FSI) += fsi/
184 obj-$(CONFIG_TEE) += tee/
185 obj-$(CONFIG_MULTIPLEXER) += mux/