162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ciobj-y = base.o cpu.o device.o module.o platform.o property.o 362306a36Sopenharmony_ciobj-$(CONFIG_OF_KOBJ) += kobj.o 462306a36Sopenharmony_ciobj-$(CONFIG_OF_DYNAMIC) += dynamic.o 562306a36Sopenharmony_ciobj-$(CONFIG_OF_FLATTREE) += fdt.o 662306a36Sopenharmony_ciobj-$(CONFIG_OF_EARLY_FLATTREE) += fdt_address.o 762306a36Sopenharmony_ciobj-$(CONFIG_OF_PROMTREE) += pdt.o 862306a36Sopenharmony_ciobj-$(CONFIG_OF_ADDRESS) += address.o 962306a36Sopenharmony_ciobj-$(CONFIG_OF_IRQ) += irq.o 1062306a36Sopenharmony_ciobj-$(CONFIG_OF_UNITTEST) += unittest.o 1162306a36Sopenharmony_ciobj-$(CONFIG_OF_RESERVED_MEM) += of_reserved_mem.o 1262306a36Sopenharmony_ciobj-$(CONFIG_OF_RESOLVE) += resolver.o 1362306a36Sopenharmony_ciobj-$(CONFIG_OF_OVERLAY) += overlay.o 1462306a36Sopenharmony_ciobj-$(CONFIG_OF_NUMA) += of_numa.o 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ciifdef CONFIG_KEXEC_FILE 1762306a36Sopenharmony_ciifdef CONFIG_OF_FLATTREE 1862306a36Sopenharmony_ciobj-y += kexec.o 1962306a36Sopenharmony_ciendif 2062306a36Sopenharmony_ciendif 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ciobj-$(CONFIG_OF_UNITTEST) += unittest-data/ 23