RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / Makefile
bloba2aea53a75ed9fdf99058f9676429c84104c2f27
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-y += idle/
14 obj-$(CONFIG_ACPI) += acpi/
15 obj-$(CONFIG_SFI) += sfi/
16 # PnP must come after ACPI since it will eventually need to check if acpi
17 # was used and do nothing if so
18 obj-$(CONFIG_PNP) += pnp/
19 obj-$(CONFIG_ARM_AMBA) += amba/
21 obj-$(CONFIG_VIRTIO) += virtio/
22 obj-$(CONFIG_XEN) += xen/
24 # regulators early, since some subsystems rely on them to initialize
25 obj-$(CONFIG_REGULATOR) += regulator/
27 # char/ comes before serial/ etc so that the VT console is the boot-time
28 # default.
29 obj-y += char/
31 # gpu/ comes after char for AGP vs DRM startup
32 obj-y += gpu/
34 obj-$(CONFIG_CONNECTOR) += connector/
36 # i810fb and intelfb depend on char/agp/
37 obj-$(CONFIG_FB_I810) += video/i810/
38 obj-$(CONFIG_FB_INTEL) += video/intelfb/
40 obj-y += serial/
41 obj-$(CONFIG_PARPORT) += parport/
42 obj-y += base/ block/ misc/ mfd/
43 obj-$(CONFIG_NUBUS) += nubus/
44 obj-y += macintosh/
45 obj-$(CONFIG_IDE) += ide/
46 obj-$(CONFIG_SCSI) += scsi/
47 obj-$(CONFIG_ATA) += ata/
48 obj-$(CONFIG_MTD) += mtd/
49 obj-$(CONFIG_SPI) += spi/
50 obj-y += net/
51 obj-$(CONFIG_ATM) += atm/
52 obj-$(CONFIG_FUSION) += message/
53 obj-y += firewire/
54 obj-y += ieee1394/
55 obj-$(CONFIG_UIO) += uio/
56 obj-y += cdrom/
57 obj-y += auxdisplay/
58 obj-$(CONFIG_PCCARD) += pcmcia/
59 obj-$(CONFIG_DIO) += dio/
60 obj-$(CONFIG_SBUS) += sbus/
61 obj-$(CONFIG_ZORRO) += zorro/
62 obj-$(CONFIG_MAC) += macintosh/
63 obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
64 obj-$(CONFIG_PARIDE) += block/paride/
65 obj-$(CONFIG_TC) += tc/
66 obj-$(CONFIG_UWB) += uwb/
67 obj-$(CONFIG_USB_OTG_UTILS) += usb/otg/
68 obj-$(CONFIG_USB) += usb/
69 obj-$(CONFIG_USB_MUSB_HDRC) += usb/musb/
70 obj-$(CONFIG_PCI) += usb/
71 obj-$(CONFIG_USB_GADGET) += usb/gadget/
72 obj-$(CONFIG_SERIO) += input/serio/
73 obj-$(CONFIG_GAMEPORT) += input/gameport/
74 obj-$(CONFIG_INPUT) += input/
75 obj-$(CONFIG_I2O) += message/
76 obj-$(CONFIG_RTC_LIB) += rtc/
77 obj-y += i2c/ media/
78 obj-$(CONFIG_PPS) += pps/
79 obj-$(CONFIG_W1) += w1/
80 obj-$(CONFIG_POWER_SUPPLY) += power/
81 obj-$(CONFIG_HWMON) += hwmon/
82 obj-$(CONFIG_THERMAL) += thermal/
83 obj-$(CONFIG_WATCHDOG) += watchdog/
84 obj-$(CONFIG_PHONE) += telephony/
85 obj-$(CONFIG_MD) += md/
86 obj-$(CONFIG_BT) += bluetooth/
87 obj-$(CONFIG_ACCESSIBILITY) += accessibility/
88 obj-$(CONFIG_ISDN) += isdn/
89 obj-$(CONFIG_EDAC) += edac/
90 obj-$(CONFIG_MCA) += mca/
91 obj-$(CONFIG_EISA) += eisa/
92 obj-y += lguest/
93 obj-$(CONFIG_CPU_FREQ) += cpufreq/
94 obj-$(CONFIG_CPU_IDLE) += cpuidle/
95 obj-$(CONFIG_MMC) += mmc/
96 obj-$(CONFIG_MEMSTICK) += memstick/
97 obj-$(CONFIG_NEW_LEDS) += leds/
98 obj-$(CONFIG_INFINIBAND) += infiniband/
99 obj-$(CONFIG_SGI_SN) += sn/
100 obj-y += firmware/
101 obj-$(CONFIG_CRYPTO) += crypto/
102 obj-$(CONFIG_SUPERH) += sh/
103 obj-$(CONFIG_ARCH_SHMOBILE) += sh/
104 ifndef CONFIG_ARCH_USES_GETTIMEOFFSET
105 obj-y += clocksource/
106 endif
107 obj-$(CONFIG_DMA_ENGINE) += dma/
108 obj-$(CONFIG_DCA) += dca/
109 obj-$(CONFIG_HID) += hid/
110 obj-$(CONFIG_PPC_PS3) += ps3/
111 obj-$(CONFIG_OF) += of/
112 obj-$(CONFIG_SSB) += ssb/
113 obj-$(CONFIG_VHOST_NET) += vhost/
114 obj-$(CONFIG_VLYNQ) += vlynq/
115 obj-$(CONFIG_STAGING) += staging/
116 obj-y += platform/
117 obj-y += ieee802154/