]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/Makefile
Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6
[net-next-2.6.git] / drivers / Makefile
CommitLineData
1da177e4
LT
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
8obj-$(CONFIG_PCI) += pci/
9obj-$(CONFIG_PARISC) += parisc/
10obj-y += video/
888ba6c6 11obj-$(CONFIG_ACPI) += acpi/
1da177e4
LT
12# PnP must come after ACPI since it will eventually need to check if acpi
13# was used and do nothing if so
14obj-$(CONFIG_PNP) += pnp/
15
16# char/ comes before serial/ etc so that the VT console is the boot-time
17# default.
18obj-y += char/
19
20# i810fb and intelfb depend on char/agp/
21obj-$(CONFIG_FB_I810) += video/i810/
22obj-$(CONFIG_FB_INTEL) += video/intelfb/
23
24# we also need input/serio early so serio bus is initialized by the time
25# serial drivers start registering their serio ports
26obj-$(CONFIG_SERIO) += input/serio/
27obj-y += serial/
28obj-$(CONFIG_PARPORT) += parport/
a4e137ab 29obj-y += base/ block/ misc/ mfd/ net/ media/
1da177e4
LT
30obj-$(CONFIG_NUBUS) += nubus/
31obj-$(CONFIG_ATM) += atm/
32obj-$(CONFIG_PPC_PMAC) += macintosh/
33obj-$(CONFIG_IDE) += ide/
34obj-$(CONFIG_FC4) += fc4/
35obj-$(CONFIG_SCSI) += scsi/
36obj-$(CONFIG_FUSION) += message/
37obj-$(CONFIG_IEEE1394) += ieee1394/
38obj-y += cdrom/
39obj-$(CONFIG_MTD) += mtd/
40obj-$(CONFIG_PCCARD) += pcmcia/
41obj-$(CONFIG_DIO) += dio/
42obj-$(CONFIG_SBUS) += sbus/
43obj-$(CONFIG_ZORRO) += zorro/
44obj-$(CONFIG_MAC) += macintosh/
45obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
46obj-$(CONFIG_PARIDE) += block/paride/
47obj-$(CONFIG_TC) += tc/
48obj-$(CONFIG_USB) += usb/
49obj-$(CONFIG_USB_GADGET) += usb/gadget/
50obj-$(CONFIG_GAMEPORT) += input/gameport/
51obj-$(CONFIG_INPUT) += input/
52obj-$(CONFIG_I2O) += message/
53obj-$(CONFIG_I2C) += i2c/
54obj-$(CONFIG_W1) += w1/
ad2f931d 55obj-$(CONFIG_HWMON) += hwmon/
1da177e4
LT
56obj-$(CONFIG_PHONE) += telephony/
57obj-$(CONFIG_MD) += md/
58obj-$(CONFIG_BT) += bluetooth/
59obj-$(CONFIG_ISDN) += isdn/
60obj-$(CONFIG_MCA) += mca/
61obj-$(CONFIG_EISA) += eisa/
62obj-$(CONFIG_CPU_FREQ) += cpufreq/
63obj-$(CONFIG_MMC) += mmc/
64obj-$(CONFIG_INFINIBAND) += infiniband/
e5d310b3 65obj-$(CONFIG_SGI_IOC4) += sn/
1da177e4
LT
66obj-y += firmware/
67obj-$(CONFIG_CRYPTO) += crypto/