]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/base/Makefile
KVM: Portability: Add vcpu and hardware management arch hooks
[mirror_ubuntu-artful-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/
411f0f3e 8obj-$(CONFIG_HAS_DMA) += dma-mapping.o dmapool.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
92b42141 14ifeq ($(CONFIG_SYSFS),y)
c63469a3 15obj-$(CONFIG_MODULES) += module.o
92b42141 16endif
4039483f 17obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o
1da177e4
LT
18
19ifeq ($(CONFIG_DEBUG_DRIVER),y)
20EXTRA_CFLAGS += -DDEBUG
21endif
22