Coarsly sort out 32-bit-only, 64-bit-only and ``portable'' MIPS lib/
[linux-2.6/linux-mips.git] / drivers / Makefile
blob737fa9fc26f648c5a054653ea7b8702a8526e708
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_ACPI) += 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/
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_IDE) += ide/
24 obj-$(CONFIG_FC4) += fc4/
25 obj-$(CONFIG_SCSI) += scsi/
26 obj-$(CONFIG_FUSION) += message/
27 obj-$(CONFIG_IEEE1394) += ieee1394/
28 obj-y += cdrom/ video/
29 obj-$(CONFIG_MTD) += mtd/
30 obj-$(CONFIG_PCMCIA) += pcmcia/
31 obj-$(CONFIG_DIO) += dio/
32 obj-$(CONFIG_SBUS) += sbus/
33 obj-$(CONFIG_ZORRO) += zorro/
34 obj-$(CONFIG_PPC_PMAC) += macintosh/
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_BOOL) += isdn/
49 obj-$(CONFIG_MCA) += mca/
50 obj-$(CONFIG_EISA) += eisa/
51 obj-$(CONFIG_CPU_FREQ) += cpufreq/