Force reset on decompression error
[linux-2.6/tcp-comp.git] / drivers / Makefile
blobf0878b2ec55ea47d5a87f5069890cca4e5de7ca3
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-$(CONFIG_PCI) += pci/
9 obj-$(CONFIG_PARISC) += parisc/
10 obj-$(CONFIG_RAPIDIO) += rapidio/
11 obj-y += video/
12 obj-$(CONFIG_ACPI) += acpi/
13 # PnP must come after ACPI since it will eventually need to check if acpi
14 # was used and do nothing if so
15 obj-$(CONFIG_PNP) += pnp/
16 obj-$(CONFIG_ARM_AMBA) += amba/
18 obj-$(CONFIG_XEN) += xen/
20 # char/ comes before serial/ etc so that the VT console is the boot-time
21 # default.
22 obj-y += char/
24 obj-$(CONFIG_CONNECTOR) += connector/
26 # i810fb and intelfb depend on char/agp/
27 obj-$(CONFIG_FB_I810) += video/i810/
28 obj-$(CONFIG_FB_INTEL) += video/intelfb/
30 obj-y += serial/
31 obj-$(CONFIG_PARPORT) += parport/
32 obj-y += base/ block/ misc/ mfd/ net/ media/
33 obj-$(CONFIG_NUBUS) += nubus/
34 obj-$(CONFIG_ATM) += atm/
35 obj-y += macintosh/
36 obj-$(CONFIG_IDE) += ide/
37 obj-$(CONFIG_FC4) += fc4/
38 obj-$(CONFIG_SCSI) += scsi/
39 obj-$(CONFIG_ATA) += ata/
40 obj-$(CONFIG_FUSION) += message/
41 obj-$(CONFIG_FIREWIRE) += firewire/
42 obj-$(CONFIG_IEEE1394) += ieee1394/
43 obj-$(CONFIG_UIO) += uio/
44 obj-y += cdrom/
45 obj-y += auxdisplay/
46 obj-$(CONFIG_MTD) += mtd/
47 obj-$(CONFIG_SPI) += spi/
48 obj-$(CONFIG_PCCARD) += pcmcia/
49 obj-$(CONFIG_DIO) += dio/
50 obj-$(CONFIG_SBUS) += sbus/
51 obj-$(CONFIG_KVM) += kvm/
52 obj-$(CONFIG_ZORRO) += zorro/
53 obj-$(CONFIG_MAC) += macintosh/
54 obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
55 obj-$(CONFIG_PARIDE) += block/paride/
56 obj-$(CONFIG_TC) += tc/
57 obj-$(CONFIG_USB) += usb/
58 obj-$(CONFIG_PCI) += usb/
59 obj-$(CONFIG_USB_GADGET) += usb/gadget/
60 obj-$(CONFIG_SERIO) += input/serio/
61 obj-$(CONFIG_GAMEPORT) += input/gameport/
62 obj-$(CONFIG_INPUT) += input/
63 obj-$(CONFIG_I2O) += message/
64 obj-$(CONFIG_RTC_LIB) += rtc/
65 obj-y += i2c/
66 obj-$(CONFIG_W1) += w1/
67 obj-$(CONFIG_POWER_SUPPLY) += power/
68 obj-$(CONFIG_HWMON) += hwmon/
69 obj-$(CONFIG_WATCHDOG) += char/watchdog/
70 obj-$(CONFIG_PHONE) += telephony/
71 obj-$(CONFIG_MD) += md/
72 obj-$(CONFIG_BT) += bluetooth/
73 obj-$(CONFIG_ISDN) += isdn/
74 obj-$(CONFIG_EDAC) += edac/
75 obj-$(CONFIG_MCA) += mca/
76 obj-$(CONFIG_EISA) += eisa/
77 obj-$(CONFIG_LGUEST_GUEST) += lguest/
78 obj-$(CONFIG_CPU_FREQ) += cpufreq/
79 obj-$(CONFIG_MMC) += mmc/
80 obj-$(CONFIG_NEW_LEDS) += leds/
81 obj-$(CONFIG_INFINIBAND) += infiniband/
82 obj-$(CONFIG_SGI_SN) += sn/
83 obj-y += firmware/
84 obj-$(CONFIG_CRYPTO) += crypto/
85 obj-$(CONFIG_SUPERH) += sh/
86 obj-$(CONFIG_GENERIC_TIME) += clocksource/
87 obj-$(CONFIG_DMA_ENGINE) += dma/
88 obj-$(CONFIG_HID) += hid/
89 obj-$(CONFIG_PPC_PS3) += ps3/
90 obj-$(CONFIG_OF) += of/