ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / base / Makefile
1 # Makefile for the Linux device tree
2
3 obj-y                   := core.o sys.o interface.o bus.o \
4                            driver.o class.o class_simple.o platform.o \
5                            cpu.o firmware.o init.o map.o dmapool.o
6 obj-y                   += power/
7 obj-$(CONFIG_FW_LOADER) += firmware_class.o
8 obj-$(CONFIG_NUMA)      += node.o
9
10 ifeq ($(CONFIG_DEBUG_DRIVER),y)
11 EXTRA_CFLAGS += -DDEBUG
12 endif
13