]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/blob - drivers/Makefile
Merge branch 'p-ti-android-3.8.y-video'
[android-sdk/kernel-video.git] / drivers / Makefile
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 #
8 obj-y                           += irqchip/
9 obj-y                           += bus/
11 # GPIO must come after pinctrl as gpios may need to mux pins etc
12 obj-y                           += pinctrl/
13 obj-y                           += gpio/
14 obj-y                           += pwm/
15 obj-$(CONFIG_PCI)               += pci/
16 obj-$(CONFIG_PARISC)            += parisc/
17 obj-$(CONFIG_RAPIDIO)           += rapidio/
18 obj-y                           += video/
19 obj-y                           += idle/
21 # IPMI must come before ACPI in order to provide IPMI opregion support
22 obj-$(CONFIG_IPMI_HANDLER)      += char/ipmi/
24 obj-$(CONFIG_ACPI)              += acpi/
25 obj-$(CONFIG_SFI)               += sfi/
26 # PnP must come after ACPI since it will eventually need to check if acpi
27 # was used and do nothing if so
28 obj-$(CONFIG_PNP)               += pnp/
29 obj-y                           += amba/
30 # Many drivers will want to use DMA so this has to be made available
31 # really early.
32 obj-$(CONFIG_DMA_ENGINE)        += dma/
34 obj-$(CONFIG_VIRTIO)            += virtio/
35 obj-$(CONFIG_XEN)               += xen/
37 # regulators early, since some subsystems rely on them to initialize
38 obj-$(CONFIG_REGULATOR)         += regulator/
40 # tty/ comes before char/ so that the VT console is the boot-time
41 # default.
42 obj-y                           += tty/
43 obj-y                           += char/
45 # gpu/ comes after char for AGP vs DRM startup
46 obj-y                           += gpu/
48 obj-$(CONFIG_CONNECTOR)         += connector/
50 # i810fb and intelfb depend on char/agp/
51 obj-$(CONFIG_FB_I810)           += video/i810/
52 obj-$(CONFIG_FB_INTEL)          += video/intelfb/
54 obj-$(CONFIG_PARPORT)           += parport/
55 obj-y                           += base/ block/ misc/ mfd/ nfc/
56 obj-$(CONFIG_NUBUS)             += nubus/
57 obj-y                           += macintosh/
58 obj-$(CONFIG_IDE)               += ide/
59 obj-$(CONFIG_SCSI)              += scsi/
60 obj-$(CONFIG_ATA)               += ata/
61 obj-$(CONFIG_TARGET_CORE)       += target/
62 obj-$(CONFIG_MTD)               += mtd/
63 obj-$(CONFIG_SPI)               += spi/
64 obj-y                           += hsi/
65 obj-y                           += net/
66 obj-$(CONFIG_ATM)               += atm/
67 obj-$(CONFIG_FUSION)            += message/
68 obj-y                           += firewire/
69 obj-$(CONFIG_UIO)               += uio/
70 obj-$(CONFIG_VFIO)              += vfio/
71 obj-y                           += cdrom/
72 obj-y                           += auxdisplay/
73 obj-$(CONFIG_PCCARD)            += pcmcia/
74 obj-$(CONFIG_DIO)               += dio/
75 obj-$(CONFIG_SBUS)              += sbus/
76 obj-$(CONFIG_ZORRO)             += zorro/
77 obj-$(CONFIG_MAC)               += macintosh/
78 obj-$(CONFIG_ATA_OVER_ETH)      += block/aoe/
79 obj-$(CONFIG_PARIDE)            += block/paride/
80 obj-$(CONFIG_TC)                += tc/
81 obj-$(CONFIG_UWB)               += uwb/
82 obj-$(CONFIG_USB_OTG_UTILS)     += usb/
83 obj-$(CONFIG_USB)               += usb/
84 obj-$(CONFIG_PCI)               += usb/
85 obj-$(CONFIG_USB_GADGET)        += usb/
86 obj-$(CONFIG_SERIO)             += input/serio/
87 obj-$(CONFIG_GAMEPORT)          += input/gameport/
88 obj-$(CONFIG_INPUT)             += input/
89 obj-$(CONFIG_I2O)               += message/
90 obj-$(CONFIG_RTC_LIB)           += rtc/
91 obj-y                           += i2c/ media/
92 obj-$(CONFIG_PPS)               += pps/
93 obj-$(CONFIG_PTP_1588_CLOCK)    += ptp/
94 obj-$(CONFIG_W1)                += w1/
95 obj-$(CONFIG_POWER_SUPPLY)      += power/
96 obj-$(CONFIG_HWMON)             += hwmon/
97 obj-$(CONFIG_THERMAL)           += thermal/
98 obj-$(CONFIG_WATCHDOG)          += watchdog/
99 obj-$(CONFIG_MD)                += md/
100 obj-$(CONFIG_BT)                += bluetooth/
101 obj-$(CONFIG_ACCESSIBILITY)     += accessibility/
102 obj-$(CONFIG_ISDN)              += isdn/
103 obj-$(CONFIG_EDAC)              += edac/
104 obj-$(CONFIG_EISA)              += eisa/
105 obj-y                           += lguest/
106 obj-$(CONFIG_CPU_FREQ)          += cpufreq/
107 obj-$(CONFIG_CPU_IDLE)          += cpuidle/
108 obj-y                           += mmc/
109 obj-$(CONFIG_MEMSTICK)          += memstick/
110 obj-y                           += leds/
111 obj-$(CONFIG_SWITCH)            += switch/
112 obj-$(CONFIG_INFINIBAND)        += infiniband/
113 obj-$(CONFIG_SGI_SN)            += sn/
114 obj-y                           += firmware/
115 obj-$(CONFIG_CRYPTO)            += crypto/
116 obj-$(CONFIG_SUPERH)            += sh/
117 obj-$(CONFIG_ARCH_SHMOBILE)     += sh/
118 ifndef CONFIG_ARCH_USES_GETTIMEOFFSET
119 obj-y                           += clocksource/
120 endif
121 obj-$(CONFIG_DCA)               += dca/
122 obj-$(CONFIG_HID)               += hid/
123 obj-$(CONFIG_PPC_PS3)           += ps3/
124 obj-$(CONFIG_OF)                += of/
125 obj-$(CONFIG_SSB)               += ssb/
126 obj-$(CONFIG_BCMA)              += bcma/
127 obj-$(CONFIG_VHOST_NET)         += vhost/
128 obj-$(CONFIG_VLYNQ)             += vlynq/
129 obj-$(CONFIG_STAGING)           += staging/
130 obj-y                           += platform/
131 #common clk code
132 obj-y                           += clk/
134 obj-$(CONFIG_HWSPINLOCK)        += hwspinlock/
135 obj-$(CONFIG_NFC)               += nfc/
136 obj-$(CONFIG_MAILBOX)           += mailbox/
137 obj-$(CONFIG_IOMMU_SUPPORT)     += iommu/
138 obj-$(CONFIG_REMOTEPROC)        += remoteproc/
139 obj-$(CONFIG_RPMSG)             += rpmsg/
141 # Virtualization drivers
142 obj-$(CONFIG_VIRT_DRIVERS)      += virt/
143 obj-$(CONFIG_HYPERV)            += hv/
145 obj-$(CONFIG_PM_DEVFREQ)        += devfreq/
146 obj-$(CONFIG_EXTCON)            += extcon/
147 obj-$(CONFIG_MEMORY)            += memory/
148 obj-$(CONFIG_IIO)               += iio/
149 obj-$(CONFIG_VME_BUS)           += vme/
150 obj-$(CONFIG_IPACK_BUS)         += ipack/