devres: device resource management
[deliverable/linux.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 \
1da177e4 5 cpu.o firmware.o init.o map.o dmapool.o \
9ac7849e 6 dma-mapping.o devres.o \
1da177e4
LT
7 attribute_container.o transport_class.o
8obj-y += power/
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
4039483f 14obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o
1da177e4
LT
15
16ifeq ($(CONFIG_DEBUG_DRIVER),y)
17EXTRA_CFLAGS += -DDEBUG
18endif
19
This page took 0.271789 seconds and 5 git commands to generate.