18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for the linux kernel. 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_IOP32X) += irq.o 78c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_IOP32X) += i2c.o 88c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_IOP32X) += pci.o 98c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_IOP32X) += setup.o 108c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_IOP32X) += time.o 118c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_IOP32X) += cp6.o 128c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_IOP32X) += adma.o 138c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_IOP32X) += pmu.o 148c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_IOP32X) += restart.o 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ciobj-$(CONFIG_MACH_GLANTANK) += glantank.o 178c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_IQ80321) += iq80321.o 188c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_IQ31244) += iq31244.o 198c2ecf20Sopenharmony_ciobj-$(CONFIG_MACH_N2100) += n2100.o 208c2ecf20Sopenharmony_ciobj-$(CONFIG_MACH_EM7210) += em7210.o 21