]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/of/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / of / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1df09bc6 2obj-y = base.o device.o platform.o property.o
6afc0dc3 3obj-$(CONFIG_OF_DYNAMIC) += dynamic.o
e169cfbe 4obj-$(CONFIG_OF_FLATTREE) += fdt.o
e06e8b27 5obj-$(CONFIG_OF_EARLY_FLATTREE) += fdt_address.o
3cfc535c 6obj-$(CONFIG_OF_PROMTREE) += pdt.o
6b884a8d 7obj-$(CONFIG_OF_ADDRESS) += address.o
e3873444 8obj-$(CONFIG_OF_IRQ) += irq.o
4b6ba8aa 9obj-$(CONFIG_OF_NET) += of_net.o
f0570d91 10obj-$(CONFIG_OF_UNITTEST) += unittest.o
8bc487d1 11obj-$(CONFIG_OF_MDIO) += of_mdio.o
04bea68b 12obj-$(CONFIG_OF_PCI) += of_pci.o
98d9f30c 13obj-$(CONFIG_OF_PCI_IRQ) += of_pci_irq.o
3f0c8206 14obj-$(CONFIG_OF_RESERVED_MEM) += of_reserved_mem.o
7941b27b 15obj-$(CONFIG_OF_RESOLVE) += resolver.o
7518b589 16obj-$(CONFIG_OF_OVERLAY) += overlay.o
298535c0 17obj-$(CONFIG_OF_NUMA) += of_numa.o
e6a6928c 18
f0570d91 19obj-$(CONFIG_OF_UNITTEST) += unittest-data/