ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / 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-$(CONFIG_PCI)               += pci/
9 obj-$(CONFIG_PARISC)            += parisc/
10 obj-$(CONFIG_ACPI_BOOT)         += acpi/
11 # PnP must come after ACPI since it will eventually need to check if acpi
12 # was used and do nothing if so
13 obj-$(CONFIG_PNP)               += pnp/
14
15 # char/ comes before serial/ etc so that the VT console is the boot-time
16 # default.
17 obj-y                           += char/
18 obj-y                           += serial/
19 obj-$(CONFIG_PARPORT)           += parport/
20 obj-y                           += base/ block/ misc/ net/ media/
21 obj-$(CONFIG_NUBUS)             += nubus/
22 obj-$(CONFIG_ATM)               += atm/
23 obj-$(CONFIG_PPC_PMAC)          += macintosh/
24 obj-$(CONFIG_IDE)               += ide/
25 obj-$(CONFIG_FC4)               += fc4/
26 obj-$(CONFIG_SCSI)              += scsi/
27 obj-$(CONFIG_FUSION)            += message/
28 obj-$(CONFIG_IEEE1394)          += ieee1394/
29 obj-y                           += cdrom/ video/
30 obj-$(CONFIG_MTD)               += mtd/
31 obj-$(CONFIG_PCMCIA)            += pcmcia/
32 obj-$(CONFIG_DIO)               += dio/
33 obj-$(CONFIG_SBUS)              += sbus/
34 obj-$(CONFIG_ZORRO)             += zorro/
35 obj-$(CONFIG_MAC)               += macintosh/
36 obj-$(CONFIG_PARIDE)            += block/paride/
37 obj-$(CONFIG_TC)                += tc/
38 obj-$(CONFIG_USB)               += usb/
39 obj-$(CONFIG_USB_GADGET)        += usb/gadget/
40 obj-$(CONFIG_INPUT)             += input/
41 obj-$(CONFIG_GAMEPORT)          += input/gameport/
42 obj-$(CONFIG_SERIO)             += input/serio/
43 obj-$(CONFIG_I2O)               += message/
44 obj-$(CONFIG_I2C)               += i2c/
45 obj-$(CONFIG_PHONE)             += telephony/
46 obj-$(CONFIG_MD)                += md/
47 obj-$(CONFIG_BT)                += bluetooth/
48 obj-$(CONFIG_ISDN)              += isdn/
49 obj-$(CONFIG_MCA)               += mca/
50 obj-$(CONFIG_EISA)              += eisa/
51 obj-$(CONFIG_CPU_FREQ)          += cpufreq/
52 obj-y                           += firmware/