Merge tag 'pm+acpi-3.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
[deliverable/linux.git] / drivers / base / Makefile
CommitLineData
1da177e4
LT
1# Makefile for the Linux device tree
2
2a41e607 3obj-y := component.o core.o bus.o dd.o syscore.o \
cd987d38 4 driver.o class.o platform.o \
411f0f3e 5 cpu.o firmware.o init.o map.o devres.o \
ccbc60d3 6 attribute_container.o transport_class.o \
caa73ea1 7 topology.o container.o
2b2af54a 8obj-$(CONFIG_DEVTMPFS) += devtmpfs.o
f825c736 9obj-$(CONFIG_DMA_CMA) += dma-contiguous.o
1da177e4 10obj-y += power/
141e9d4b 11obj-$(CONFIG_HAS_DMA) += dma-mapping.o
a56af876 12obj-$(CONFIG_HAVE_GENERIC_DMA_COHERENT) += dma-coherent.o
786d7257 13obj-$(CONFIG_DMA_SHARED_BUFFER) += dma-buf.o reservation.o
a5117ba7 14obj-$(CONFIG_ISA) += isa.o
1da177e4
LT
15obj-$(CONFIG_FW_LOADER) += firmware_class.o
16obj-$(CONFIG_NUMA) += node.o
53947027 17obj-$(CONFIG_MEMORY_HOTPLUG_SPARSE) += memory.o
92b42141 18ifeq ($(CONFIG_SYSFS),y)
c63469a3 19obj-$(CONFIG_MODULES) += module.o
92b42141 20endif
4039483f 21obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o
b83a313b 22obj-$(CONFIG_REGMAP) += regmap/
74d1d82c 23obj-$(CONFIG_SOC_BUS) += soc.o
ab78029e 24obj-$(CONFIG_PINCTRL) += pinctrl.o
1da177e4 25
7a868088 26ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG
1da177e4 27
This page took 1.041971 seconds and 5 git commands to generate.