]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/base/Makefile
Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[mirror_ubuntu-bionic-kernel.git] / drivers / base / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2# Makefile for the Linux device tree
3
2a41e607 4obj-y := component.o core.o bus.o dd.o syscore.o \
cd987d38 5 driver.o class.o platform.o \
411f0f3e 6 cpu.o firmware.o init.o map.o devres.o \
ccbc60d3 7 attribute_container.o transport_class.o \
e6b5be2b 8 topology.o container.o property.o cacheinfo.o
2b2af54a 9obj-$(CONFIG_DEVTMPFS) += devtmpfs.o
f825c736 10obj-$(CONFIG_DMA_CMA) += dma-contiguous.o
1da177e4 11obj-y += power/
141e9d4b 12obj-$(CONFIG_HAS_DMA) += dma-mapping.o
a56af876 13obj-$(CONFIG_HAVE_GENERIC_DMA_COHERENT) += dma-coherent.o
3a495511 14obj-$(CONFIG_ISA_BUS_API) += 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
833c9545 25obj-$(CONFIG_DEV_COREDUMP) += devcoredump.o
c09fcc4b 26obj-$(CONFIG_GENERIC_MSI_IRQ_DOMAIN) += platform-msi.o
2ef7a295 27obj-$(CONFIG_GENERIC_ARCH_TOPOLOGY) += arch_topology.o
1da177e4 28
79543cf2
DT
29obj-y += test/
30
7a868088 31ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG
1da177e4 32