]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/base/Makefile
mem_class: fix bug
[mirror_ubuntu-bionic-kernel.git] / drivers / base / Makefile
CommitLineData
1da177e4
LT
1# Makefile for the Linux device tree
2
07e4a3e2 3obj-y := core.o sys.o bus.o dd.o \
cd987d38 4 driver.o class.o platform.o \
411f0f3e 5 cpu.o firmware.o init.o map.o devres.o \
1da177e4
LT
6 attribute_container.o transport_class.o
7obj-y += power/
141e9d4b 8obj-$(CONFIG_HAS_DMA) += dma-mapping.o
a5117ba7 9obj-$(CONFIG_ISA) += isa.o
1da177e4
LT
10obj-$(CONFIG_FW_LOADER) += firmware_class.o
11obj-$(CONFIG_NUMA) += node.o
53947027 12obj-$(CONFIG_MEMORY_HOTPLUG_SPARSE) += memory.o
69dcc991 13obj-$(CONFIG_SMP) += topology.o
1aaf1183 14obj-$(CONFIG_IOMMU_API) += iommu.o
92b42141 15ifeq ($(CONFIG_SYSFS),y)
c63469a3 16obj-$(CONFIG_MODULES) += module.o
92b42141 17endif
4039483f 18obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o
1da177e4
LT
19
20ifeq ($(CONFIG_DEBUG_DRIVER),y)
21EXTRA_CFLAGS += -DDEBUG
22endif
23