[PATCH] Driver Core: Fix platform_device_add to use device_add
[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
LT
5 cpu.o firmware.o init.o map.o dmapool.o \
6 attribute_container.o transport_class.o
7obj-y += power/
8obj-$(CONFIG_FW_LOADER) += firmware_class.o
9obj-$(CONFIG_NUMA) += node.o
3947be19 10obj-$(CONFIG_MEMORY_HOTPLUG) += memory.o
69dcc991 11obj-$(CONFIG_SMP) += topology.o
1da177e4
LT
12
13ifeq ($(CONFIG_DEBUG_DRIVER),y)
14EXTRA_CFLAGS += -DDEBUG
15endif
16
This page took 0.16703 seconds and 5 git commands to generate.