Merge branch 'mini2440-dev-unlikely' into mini2440-dev
[linux-2.6/mini2440.git] / drivers / Makefile
blobbc4205d2fc3c5302d3a899ad1b9ded1686536b72
2 # Makefile for the Linux kernel device drivers.
4 # 15 Sep 2000, Christoph Hellwig <hch@infradead.org>
5 # Rewritten to use lists instead of if-statements.
8 obj-y += gpio/
9 obj-$(CONFIG_PCI) += pci/
10 obj-$(CONFIG_PARISC) += parisc/
11 obj-$(CONFIG_RAPIDIO) += rapidio/
12 obj-y += video/
13 obj-$(CONFIG_ACPI) += acpi/
14 # PnP must come after ACPI since it will eventually need to check if acpi
15 # was used and do nothing if so
16 obj-$(CONFIG_PNP) += pnp/
17 obj-$(CONFIG_ARM_AMBA) += amba/
19 obj-$(CONFIG_XEN) += xen/
21 # regulators early, since some subsystems rely on them to initialize
22 obj-$(CONFIG_REGULATOR) += regulator/
24 # char/ comes before serial/ etc so that the VT console is the boot-time
25 # default.
26 obj-y += char/
28 # gpu/ comes after char for AGP vs DRM startup
29 obj-y += gpu/
31 obj-$(CONFIG_CONNECTOR) += connector/
33 # i810fb and intelfb depend on char/agp/
34 obj-$(CONFIG_FB_I810) += video/i810/
35 obj-$(CONFIG_FB_INTEL) += video/intelfb/
37 obj-y += serial/
38 obj-$(CONFIG_PARPORT) += parport/
39 obj-y += base/ block/ misc/ mfd/
40 obj-$(CONFIG_NUBUS) += nubus/
41 obj-y += macintosh/
42 obj-$(CONFIG_IDE) += ide/
43 obj-$(CONFIG_SCSI) += scsi/
44 obj-$(CONFIG_ATA) += ata/
45 obj-y += net/
46 obj-$(CONFIG_ATM) += atm/
47 obj-$(CONFIG_FUSION) += message/
48 obj-$(CONFIG_FIREWIRE) += firewire/
49 obj-y += ieee1394/
50 obj-$(CONFIG_UIO) += uio/
51 obj-y += cdrom/
52 obj-y += auxdisplay/
53 obj-$(CONFIG_MTD) += mtd/
54 obj-$(CONFIG_SPI) += spi/
55 obj-$(CONFIG_PCCARD) += pcmcia/
56 obj-$(CONFIG_DIO) += dio/
57 obj-$(CONFIG_SBUS) += sbus/
58 obj-$(CONFIG_ZORRO) += zorro/
59 obj-$(CONFIG_MAC) += macintosh/
60 obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
61 obj-$(CONFIG_PARIDE) += block/paride/
62 obj-$(CONFIG_TC) += tc/
63 obj-$(CONFIG_UWB) += uwb/
64 obj-$(CONFIG_USB_OTG_UTILS) += usb/otg/
65 obj-$(CONFIG_USB) += usb/
66 obj-$(CONFIG_USB_MUSB_HDRC) += usb/musb/
67 obj-$(CONFIG_PCI) += usb/
68 obj-$(CONFIG_USB_GADGET) += usb/gadget/
69 obj-$(CONFIG_SERIO) += input/serio/
70 obj-$(CONFIG_GAMEPORT) += input/gameport/
71 obj-$(CONFIG_INPUT) += input/
72 obj-$(CONFIG_I2O) += message/
73 obj-$(CONFIG_RTC_LIB) += rtc/
74 obj-y += i2c/ media/
75 obj-$(CONFIG_PPS) += pps/
76 obj-$(CONFIG_W1) += w1/
77 obj-$(CONFIG_POWER_SUPPLY) += power/
78 obj-$(CONFIG_HWMON) += hwmon/
79 obj-$(CONFIG_THERMAL) += thermal/
80 obj-$(CONFIG_WATCHDOG) += watchdog/
81 obj-$(CONFIG_PHONE) += telephony/
82 obj-$(CONFIG_MD) += md/
83 obj-$(CONFIG_BT) += bluetooth/
84 obj-$(CONFIG_ACCESSIBILITY) += accessibility/
85 obj-$(CONFIG_ISDN) += isdn/
86 obj-$(CONFIG_EDAC) += edac/
87 obj-$(CONFIG_MCA) += mca/
88 obj-$(CONFIG_EISA) += eisa/
89 obj-y += lguest/
90 obj-$(CONFIG_CPU_FREQ) += cpufreq/
91 obj-$(CONFIG_CPU_IDLE) += cpuidle/
92 obj-y += idle/
93 obj-$(CONFIG_MMC) += mmc/
94 obj-$(CONFIG_MEMSTICK) += memstick/
95 obj-$(CONFIG_NEW_LEDS) += leds/
96 obj-$(CONFIG_INFINIBAND) += infiniband/
97 obj-$(CONFIG_SGI_SN) += sn/
98 obj-y += firmware/
99 obj-$(CONFIG_CRYPTO) += crypto/
100 obj-$(CONFIG_SUPERH) += sh/
101 obj-$(CONFIG_GENERIC_TIME) += clocksource/
102 obj-$(CONFIG_DMA_ENGINE) += dma/
103 obj-$(CONFIG_DCA) += dca/
104 obj-$(CONFIG_HID) += hid/
105 obj-$(CONFIG_PPC_PS3) += ps3/
106 obj-$(CONFIG_OF) += of/
107 obj-$(CONFIG_SSB) += ssb/
108 obj-$(CONFIG_VIRTIO) += virtio/
109 obj-$(CONFIG_VLYNQ) += vlynq/
110 obj-$(CONFIG_STAGING) += staging/
111 obj-y += platform/
112 obj-y += ieee802154/