Makefile 3.3 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.
#

M
Michael Buesch 已提交
8
obj-y				+= gpio/
9
obj-$(CONFIG_PCI)		+= pci/
L
Linus Torvalds 已提交
10
obj-$(CONFIG_PARISC)		+= parisc/
M
Matt Porter 已提交
11
obj-$(CONFIG_RAPIDIO)		+= rapidio/
L
Linus Torvalds 已提交
12
obj-y				+= video/
13
obj-y				+= idle/
L
Len Brown 已提交
14
obj-$(CONFIG_ACPI)		+= acpi/
15
obj-$(CONFIG_SFI)		+= sfi/
L
Linus Torvalds 已提交
16 17 18
# 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/
19
obj-$(CONFIG_ARM_AMBA)		+= amba/
L
Linus Torvalds 已提交
20

S
Stijn Tintel 已提交
21
obj-$(CONFIG_VIRTIO)		+= virtio/
22 23
obj-$(CONFIG_XEN)		+= xen/

D
David Brownell 已提交
24 25 26
# regulators early, since some subsystems rely on them to initialize
obj-$(CONFIG_REGULATOR)		+= regulator/

L
Linus Torvalds 已提交
27 28 29 30
# char/ comes before serial/ etc so that the VT console is the boot-time
# default.
obj-y				+= char/

31 32 33
# gpu/ comes after char for AGP vs DRM startup
obj-y				+= gpu/

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

L
Linus Torvalds 已提交
36 37 38 39 40 41
# 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/
42
obj-y				+= base/ block/ misc/ mfd/
L
Linus Torvalds 已提交
43
obj-$(CONFIG_NUBUS)		+= nubus/
44
obj-y				+= macintosh/
L
Linus Torvalds 已提交
45 46
obj-$(CONFIG_IDE)		+= ide/
obj-$(CONFIG_SCSI)		+= scsi/
J
Jeff Garzik 已提交
47
obj-$(CONFIG_ATA)		+= ata/
48 49
obj-$(CONFIG_MTD)		+= mtd/
obj-$(CONFIG_SPI)		+= spi/
50 51
obj-y				+= net/
obj-$(CONFIG_ATM)		+= atm/
L
Linus Torvalds 已提交
52
obj-$(CONFIG_FUSION)		+= message/
53
obj-y				+= firewire/
54
obj-y				+= ieee1394/
H
Hans J. Koch 已提交
55
obj-$(CONFIG_UIO)		+= uio/
L
Linus Torvalds 已提交
56
obj-y				+= cdrom/
57
obj-y				+= auxdisplay/
L
Linus Torvalds 已提交
58 59 60 61 62 63 64 65
obj-$(CONFIG_PCCARD)		+= pcmcia/
obj-$(CONFIG_DIO)		+= dio/
obj-$(CONFIG_SBUS)		+= sbus/
obj-$(CONFIG_ZORRO)		+= zorro/
obj-$(CONFIG_MAC)		+= macintosh/
obj-$(CONFIG_ATA_OVER_ETH)	+= block/aoe/
obj-$(CONFIG_PARIDE) 		+= block/paride/
obj-$(CONFIG_TC)		+= tc/
D
David Vrabel 已提交
66
obj-$(CONFIG_UWB)		+= uwb/
67
obj-$(CONFIG_USB_OTG_UTILS)	+= usb/otg/
L
Linus Torvalds 已提交
68
obj-$(CONFIG_USB)		+= usb/
F
Felipe Balbi 已提交
69
obj-$(CONFIG_USB_MUSB_HDRC)	+= usb/musb/
70
obj-$(CONFIG_PCI)		+= usb/
L
Linus Torvalds 已提交
71
obj-$(CONFIG_USB_GADGET)	+= usb/gadget/
72
obj-$(CONFIG_SERIO)		+= input/serio/
L
Linus Torvalds 已提交
73 74 75
obj-$(CONFIG_GAMEPORT)		+= input/gameport/
obj-$(CONFIG_INPUT)		+= input/
obj-$(CONFIG_I2O)		+= message/
76
obj-$(CONFIG_RTC_LIB)		+= rtc/
77
obj-y				+= i2c/ media/
R
Rodolfo Giometti 已提交
78
obj-$(CONFIG_PPS)		+= pps/
L
Linus Torvalds 已提交
79
obj-$(CONFIG_W1)		+= w1/
80
obj-$(CONFIG_POWER_SUPPLY)	+= power/
81
obj-$(CONFIG_HWMON)		+= hwmon/
Z
Zhang Rui 已提交
82
obj-$(CONFIG_THERMAL)		+= thermal/
W
Wim Van Sebroeck 已提交
83
obj-$(CONFIG_WATCHDOG)		+= watchdog/
L
Linus Torvalds 已提交
84 85 86
obj-$(CONFIG_PHONE)		+= telephony/
obj-$(CONFIG_MD)		+= md/
obj-$(CONFIG_BT)		+= bluetooth/
87
obj-$(CONFIG_ACCESSIBILITY)	+= accessibility/
L
Linus Torvalds 已提交
88
obj-$(CONFIG_ISDN)		+= isdn/
A
Alan Cox 已提交
89
obj-$(CONFIG_EDAC)		+= edac/
L
Linus Torvalds 已提交
90 91
obj-$(CONFIG_MCA)		+= mca/
obj-$(CONFIG_EISA)		+= eisa/
92
obj-y				+= lguest/
L
Linus Torvalds 已提交
93
obj-$(CONFIG_CPU_FREQ)		+= cpufreq/
94
obj-$(CONFIG_CPU_IDLE)		+= cpuidle/
95
obj-$(CONFIG_DMA_ENGINE)	+= dma/
L
Linus Torvalds 已提交
96
obj-$(CONFIG_MMC)		+= mmc/
97
obj-$(CONFIG_MEMSTICK)		+= memstick/
R
Richard Purdie 已提交
98
obj-$(CONFIG_NEW_LEDS)		+= leds/
L
Linus Torvalds 已提交
99
obj-$(CONFIG_INFINIBAND)	+= infiniband/
100
obj-$(CONFIG_SGI_SN)		+= sn/
L
Linus Torvalds 已提交
101 102
obj-y				+= firmware/
obj-$(CONFIG_CRYPTO)		+= crypto/
103
obj-$(CONFIG_SUPERH)		+= sh/
104
obj-$(CONFIG_ARCH_SHMOBILE)	+= sh/
J
John Stultz 已提交
105 106 107
ifndef CONFIG_ARCH_USES_GETTIMEOFFSET
obj-y				+= clocksource/
endif
108
obj-$(CONFIG_DCA)		+= dca/
J
Jiri Kosina 已提交
109
obj-$(CONFIG_HID)		+= hid/
110
obj-$(CONFIG_PPC_PS3)		+= ps3/
111
obj-$(CONFIG_OF)		+= of/
112
obj-$(CONFIG_SSB)		+= ssb/
113
obj-$(CONFIG_VHOST_NET)		+= vhost/
114
obj-$(CONFIG_VLYNQ)		+= vlynq/
115
obj-$(CONFIG_STAGING)		+= staging/
116
obj-y				+= platform/
117
obj-y				+= ieee802154/