[go: nahoru, domu]

11da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds# Makefile for the Linux device tree
21da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds
32a41e6070dd7ef539d0f3b1652b4839d04378e11Russell Kingobj-y			:= component.o core.o bus.o dd.o syscore.o \
4cd987d38cc59053e0bab8150ffaca33b109067f3Greg Kroah-Hartman			   driver.o class.o platform.o \
5411f0f3edc141a582190d3605cadd1d993abb6dfHeiko Carstens			   cpu.o firmware.o init.o map.o devres.o \
6ccbc60d3e19a1b6ae66ca0d89b3da02dde62088bBen Hutchings			   attribute_container.o transport_class.o \
7caa73ea158de9419f08e456f2716c71d1f06012aRafael J. Wysocki			   topology.o container.o
82b2af54a5bb6f7e80ccf78f20084b93c398c3a8bKay Sieversobj-$(CONFIG_DEVTMPFS)	+= devtmpfs.o
9f825c736e75b11adb59ec52a4a1096efddd2ec97Aneesh Kumar K.Vobj-$(CONFIG_DMA_CMA) += dma-contiguous.o
101da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvaldsobj-y			+= power/
11141e9d4b5492499c4735d764b599c21e83dac154Matthew Wilcoxobj-$(CONFIG_HAS_DMA)	+= dma-mapping.o
12a56af87648054089d89874b52e3fc23ed4f274adMing Leiobj-$(CONFIG_HAVE_GENERIC_DMA_COHERENT) += dma-coherent.o
13a5117ba7da37deb09df5eb802dace229b3fb1e9fRene Hermanobj-$(CONFIG_ISA)	+= isa.o
141da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvaldsobj-$(CONFIG_FW_LOADER)	+= firmware_class.o
151da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvaldsobj-$(CONFIG_NUMA)	+= node.o
1653947027ad90542ddb2bb746e3175827c270610aKeith Manntheyobj-$(CONFIG_MEMORY_HOTPLUG_SPARSE) += memory.o
1792b421416f8194aec87b1439487b5544e9ac8187Randy Dunlapifeq ($(CONFIG_SYSFS),y)
18c63469a3985a9771c18a916b8d42845d044ea0b1Greg Kroah-Hartmanobj-$(CONFIG_MODULES)	+= module.o
1992b421416f8194aec87b1439487b5544e9ac8187Randy Dunlapendif
204039483fd3065920f035eed39ec59085421c0a4fMichael Holzheuobj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o
21b83a313bf2520183641cf485d68cc273323597d2Mark Brownobj-$(CONFIG_REGMAP)	+= regmap/
2274d1d82cdaaec727f5072eb1c9f49b7e920e076fLee Jonesobj-$(CONFIG_SOC_BUS) += soc.o
23ab78029ecc347debbd737f06688d788bd9d60c1dLinus Walleijobj-$(CONFIG_PINCTRL) += pinctrl.o
24833c95456a70826d1384883b73fd23aff24d366fJohannes Bergobj-$(CONFIG_DEV_COREDUMP) += devcoredump.o
251da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds
267a868088ee48d1816c10f9be6d32aef4cf30bcf7matt mooneyccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG
271da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds
28