Files
linux-apfs/drivers/base/Makefile
T

16 lines
401 B
Makefile
Raw Normal View History

2005-04-16 15:20:36 -07:00
# Makefile for the Linux device tree
obj-y := core.o sys.o bus.o dd.o \
driver.o class.o platform.o \
2005-04-16 15:20:36 -07:00
cpu.o firmware.o init.o map.o dmapool.o \
attribute_container.o transport_class.o
obj-y += power/
obj-$(CONFIG_FW_LOADER) += firmware_class.o
obj-$(CONFIG_NUMA) += node.o
obj-$(CONFIG_MEMORY_HOTPLUG) += memory.o
2005-04-16 15:20:36 -07:00
ifeq ($(CONFIG_DEBUG_DRIVER),y)
EXTRA_CFLAGS += -DDEBUG
endif