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

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
# char/ comes before serial/ etc so that the VT console is the boot-time
# default.
29
obj-y				+= tty/
L
Linus Torvalds 已提交
30 31
obj-y				+= char/

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

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

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