Makefile 2.4 KB
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7
#
# Makefile for the Linux kernel device drivers.
#
# 15 Sep 2000, Christoph Hellwig <hch@infradead.org>
# Rewritten to use lists instead of if-statements.
#

8
obj-$(CONFIG_PCI)		+= pci/
L
Linus Torvalds 已提交
9
obj-$(CONFIG_PARISC)		+= parisc/
M
Matt Porter 已提交
10
obj-$(CONFIG_RAPIDIO)		+= rapidio/
L
Linus Torvalds 已提交
11
obj-y				+= video/
L
Len Brown 已提交
12
obj-$(CONFIG_ACPI)		+= acpi/
L
Linus Torvalds 已提交
13 14 15
# PnP must come after ACPI since it will eventually need to check if acpi
# was used and do nothing if so
obj-$(CONFIG_PNP)		+= pnp/
16
obj-$(CONFIG_ARM_AMBA)		+= amba/
L
Linus Torvalds 已提交
17 18 19 20 21

# char/ comes before serial/ etc so that the VT console is the boot-time
# default.
obj-y				+= char/

E
Evgeniy Polyakov 已提交
22 23
obj-$(CONFIG_CONNECTOR)		+= connector/

L
Linus Torvalds 已提交
24 25 26 27 28 29
# i810fb and intelfb depend on char/agp/
obj-$(CONFIG_FB_I810)           += video/i810/
obj-$(CONFIG_FB_INTEL)          += video/intelfb/

obj-y				+= serial/
obj-$(CONFIG_PARPORT)		+= parport/
30
obj-y				+= base/ block/ misc/ mfd/ net/ media/
L
Linus Torvalds 已提交
31 32
obj-$(CONFIG_NUBUS)		+= nubus/
obj-$(CONFIG_ATM)		+= atm/
33
obj-y				+= macintosh/
L
Linus Torvalds 已提交
34 35 36
obj-$(CONFIG_IDE)		+= ide/
obj-$(CONFIG_FC4)		+= fc4/
obj-$(CONFIG_SCSI)		+= scsi/
J
Jeff Garzik 已提交
37
obj-$(CONFIG_ATA)		+= ata/
L
Linus Torvalds 已提交
38
obj-$(CONFIG_FUSION)		+= message/
39
obj-$(CONFIG_FIREWIRE)		+= firewire/
L
Linus Torvalds 已提交
40 41
obj-$(CONFIG_IEEE1394)		+= ieee1394/
obj-y				+= cdrom/
42
obj-y				+= auxdisplay/
L
Linus Torvalds 已提交
43
obj-$(CONFIG_MTD)		+= mtd/
44
obj-$(CONFIG_SPI)		+= spi/
L
Linus Torvalds 已提交
45 46 47
obj-$(CONFIG_PCCARD)		+= pcmcia/
obj-$(CONFIG_DIO)		+= dio/
obj-$(CONFIG_SBUS)		+= sbus/
A
Avi Kivity 已提交
48
obj-$(CONFIG_KVM)		+= kvm/
L
Linus Torvalds 已提交
49 50 51 52 53 54
obj-$(CONFIG_ZORRO)		+= zorro/
obj-$(CONFIG_MAC)		+= macintosh/
obj-$(CONFIG_ATA_OVER_ETH)	+= block/aoe/
obj-$(CONFIG_PARIDE) 		+= block/paride/
obj-$(CONFIG_TC)		+= tc/
obj-$(CONFIG_USB)		+= usb/
55
obj-$(CONFIG_PCI)		+= usb/
L
Linus Torvalds 已提交
56
obj-$(CONFIG_USB_GADGET)	+= usb/gadget/
57
obj-$(CONFIG_SERIO)		+= input/serio/
L
Linus Torvalds 已提交
58 59 60
obj-$(CONFIG_GAMEPORT)		+= input/gameport/
obj-$(CONFIG_INPUT)		+= input/
obj-$(CONFIG_I2O)		+= message/
61
obj-$(CONFIG_RTC_LIB)		+= rtc/
62
obj-y				+= i2c/
L
Linus Torvalds 已提交
63
obj-$(CONFIG_W1)		+= w1/
64
obj-$(CONFIG_POWER_SUPPLY)	+= power/
65
obj-$(CONFIG_HWMON)		+= hwmon/
L
Linus Torvalds 已提交
66 67 68 69
obj-$(CONFIG_PHONE)		+= telephony/
obj-$(CONFIG_MD)		+= md/
obj-$(CONFIG_BT)		+= bluetooth/
obj-$(CONFIG_ISDN)		+= isdn/
A
Alan Cox 已提交
70
obj-$(CONFIG_EDAC)		+= edac/
L
Linus Torvalds 已提交
71 72 73 74
obj-$(CONFIG_MCA)		+= mca/
obj-$(CONFIG_EISA)		+= eisa/
obj-$(CONFIG_CPU_FREQ)		+= cpufreq/
obj-$(CONFIG_MMC)		+= mmc/
R
Richard Purdie 已提交
75
obj-$(CONFIG_NEW_LEDS)		+= leds/
L
Linus Torvalds 已提交
76
obj-$(CONFIG_INFINIBAND)	+= infiniband/
77
obj-$(CONFIG_SGI_SN)		+= sn/
L
Linus Torvalds 已提交
78 79
obj-y				+= firmware/
obj-$(CONFIG_CRYPTO)		+= crypto/
80
obj-$(CONFIG_SUPERH)		+= sh/
81
obj-$(CONFIG_GENERIC_TIME)	+= clocksource/
C
Chris Leech 已提交
82
obj-$(CONFIG_DMA_ENGINE)	+= dma/
J
Jiri Kosina 已提交
83
obj-$(CONFIG_HID)		+= hid/
84
obj-$(CONFIG_PPC_PS3)		+= ps3/