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