debugfs: Modify default debugfs directory for debugging pktcdvd.
[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 \
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
a56af876 9obj-$(CONFIG_HAVE_GENERIC_DMA_COHERENT) += dma-coherent.o
a5117ba7 10obj-$(CONFIG_ISA) += isa.o
1da177e4
LT
11obj-$(CONFIG_FW_LOADER) += firmware_class.o
12obj-$(CONFIG_NUMA) += node.o
53947027 13obj-$(CONFIG_MEMORY_HOTPLUG_SPARSE) += memory.o
69dcc991 14obj-$(CONFIG_SMP) += topology.o
1aaf1183 15obj-$(CONFIG_IOMMU_API) += iommu.o
92b42141 16ifeq ($(CONFIG_SYSFS),y)
c63469a3 17obj-$(CONFIG_MODULES) += module.o
92b42141 18endif
4039483f 19obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o
1da177e4
LT
20
21ifeq ($(CONFIG_DEBUG_DRIVER),y)
22EXTRA_CFLAGS += -DDEBUG
23endif
24
This page took 0.445244 seconds and 5 git commands to generate.