blob: 3c5170310bd0d407277fe5bb36a5cef87de8ba3c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
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
Linus Torvalds6015d2c2005-12-03 20:50:51 -08008obj-$(CONFIG_PCI) += pci/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009obj-$(CONFIG_PARISC) += parisc/
Matt Porter394b7012005-11-07 01:00:15 -080010obj-$(CONFIG_RAPIDIO) += rapidio/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011obj-y += video/
Len Brown888ba6c2005-08-24 12:07:20 -040012obj-$(CONFIG_ACPI) += acpi/
Linus Torvalds1da177e2005-04-16 15:20:36 -070013# PnP must come after ACPI since it will eventually need to check if acpi
14# was used and do nothing if so
15obj-$(CONFIG_PNP) += pnp/
Russell Kingde1d8152006-01-07 14:54:15 +000016obj-$(CONFIG_ARM_AMBA) += amba/
Linus Torvalds1da177e2005-04-16 15:20:36 -070017
18# char/ comes before serial/ etc so that the VT console is the boot-time
19# default.
20obj-y += char/
21
Evgeniy Polyakov7672d0b2005-09-11 19:15:07 -070022obj-$(CONFIG_CONNECTOR) += connector/
23
Linus Torvalds1da177e2005-04-16 15:20:36 -070024# i810fb and intelfb depend on char/agp/
25obj-$(CONFIG_FB_I810) += video/i810/
26obj-$(CONFIG_FB_INTEL) += video/intelfb/
27
Linus Torvalds1da177e2005-04-16 15:20:36 -070028obj-y += serial/
29obj-$(CONFIG_PARPORT) += parport/
Russell Kinga4e137a2005-08-18 10:06:59 +010030obj-y += base/ block/ misc/ mfd/ net/ media/
Linus Torvalds1da177e2005-04-16 15:20:36 -070031obj-$(CONFIG_NUBUS) += nubus/
32obj-$(CONFIG_ATM) += atm/
33obj-$(CONFIG_PPC_PMAC) += macintosh/
34obj-$(CONFIG_IDE) += ide/
35obj-$(CONFIG_FC4) += fc4/
36obj-$(CONFIG_SCSI) += scsi/
37obj-$(CONFIG_FUSION) += message/
38obj-$(CONFIG_IEEE1394) += ieee1394/
39obj-y += cdrom/
40obj-$(CONFIG_MTD) += mtd/
David Brownell8ae12a02006-01-08 13:34:19 -080041obj-$(CONFIG_SPI) += spi/
Linus Torvalds1da177e2005-04-16 15:20:36 -070042obj-$(CONFIG_PCCARD) += pcmcia/
43obj-$(CONFIG_DIO) += dio/
44obj-$(CONFIG_SBUS) += sbus/
45obj-$(CONFIG_ZORRO) += zorro/
46obj-$(CONFIG_MAC) += macintosh/
47obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
48obj-$(CONFIG_PARIDE) += block/paride/
49obj-$(CONFIG_TC) += tc/
50obj-$(CONFIG_USB) += usb/
Linus Torvalds6015d2c2005-12-03 20:50:51 -080051obj-$(CONFIG_PCI) += usb/
Linus Torvalds1da177e2005-04-16 15:20:36 -070052obj-$(CONFIG_USB_GADGET) += usb/gadget/
Dmitry Torokhov51c38f92006-02-19 00:22:51 -050053obj-$(CONFIG_SERIO) += input/serio/
Linus Torvalds1da177e2005-04-16 15:20:36 -070054obj-$(CONFIG_GAMEPORT) += input/gameport/
55obj-$(CONFIG_INPUT) += input/
56obj-$(CONFIG_I2O) += message/
Alessandro Zummoc58411e2006-03-27 01:16:34 -080057obj-$(CONFIG_RTC_LIB) += rtc/
Linus Torvalds1da177e2005-04-16 15:20:36 -070058obj-$(CONFIG_I2C) += i2c/
59obj-$(CONFIG_W1) += w1/
Jean Delvaread2f9312005-07-02 18:15:49 +020060obj-$(CONFIG_HWMON) += hwmon/
Linus Torvalds1da177e2005-04-16 15:20:36 -070061obj-$(CONFIG_PHONE) += telephony/
62obj-$(CONFIG_MD) += md/
63obj-$(CONFIG_BT) += bluetooth/
64obj-$(CONFIG_ISDN) += isdn/
Alan Coxda9bb1d2006-01-18 17:44:13 -080065obj-$(CONFIG_EDAC) += edac/
Linus Torvalds1da177e2005-04-16 15:20:36 -070066obj-$(CONFIG_MCA) += mca/
67obj-$(CONFIG_EISA) += eisa/
68obj-$(CONFIG_CPU_FREQ) += cpufreq/
69obj-$(CONFIG_MMC) += mmc/
Richard Purdiec72a1d62006-03-31 02:31:04 -080070obj-$(CONFIG_NEW_LEDS) += leds/
Linus Torvalds1da177e2005-04-16 15:20:36 -070071obj-$(CONFIG_INFINIBAND) += infiniband/
Bryan O'Sullivan77d87982006-03-29 15:23:39 -080072obj-$(CONFIG_IPATH_CORE) += infiniband/
Jes Sorensen466575f2006-01-19 04:54:00 -050073obj-$(CONFIG_SGI_SN) += sn/
Linus Torvalds1da177e2005-04-16 15:20:36 -070074obj-y += firmware/
75obj-$(CONFIG_CRYPTO) += crypto/
Paul Mundte87eaad2005-11-07 00:58:19 -080076obj-$(CONFIG_SUPERH) += sh/
Chris Leechc13c8262006-05-23 17:18:44 -070077obj-$(CONFIG_DMA_ENGINE) += dma/