nbd: Fix debugfs_create_dir error checking
[linux-block.git] / drivers / of / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
cec24b8b 2obj-y = base.o cpu.o device.o module.o platform.o property.o
b56b5528 3obj-$(CONFIG_OF_KOBJ) += kobj.o
6afc0dc3 4obj-$(CONFIG_OF_DYNAMIC) += dynamic.o
e169cfbe 5obj-$(CONFIG_OF_FLATTREE) += fdt.o
e06e8b27 6obj-$(CONFIG_OF_EARLY_FLATTREE) += fdt_address.o
3cfc535c 7obj-$(CONFIG_OF_PROMTREE) += pdt.o
6b884a8d 8obj-$(CONFIG_OF_ADDRESS) += address.o
e3873444 9obj-$(CONFIG_OF_IRQ) += irq.o
f0570d91 10obj-$(CONFIG_OF_UNITTEST) += unittest.o
3f0c8206 11obj-$(CONFIG_OF_RESERVED_MEM) += of_reserved_mem.o
7941b27b 12obj-$(CONFIG_OF_RESOLVE) += resolver.o
7518b589 13obj-$(CONFIG_OF_OVERLAY) += overlay.o
298535c0 14obj-$(CONFIG_OF_NUMA) += of_numa.o
e6a6928c 15
b30be4dc
RH
16ifdef CONFIG_KEXEC_FILE
17ifdef CONFIG_OF_FLATTREE
18obj-y += kexec.o
19endif
20endif
21
f0570d91 22obj-$(CONFIG_OF_UNITTEST) += unittest-data/