18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ci# Makefile for the Ralink common stuff 38c2ecf20Sopenharmony_ci# 48c2ecf20Sopenharmony_ci# Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org> 58c2ecf20Sopenharmony_ci# Copyright (C) 2013 John Crispin <john@phrozen.org> 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciobj-y := prom.o of.o reset.o 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciifndef CONFIG_MIPS_GIC 108c2ecf20Sopenharmony_ci obj-y += clk.o timer.o 118c2ecf20Sopenharmony_ciendif 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciobj-$(CONFIG_CLKEVT_RT3352) += cevt-rt3352.o 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ciobj-$(CONFIG_RALINK_ILL_ACC) += ill_acc.o 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ciobj-$(CONFIG_IRQ_INTC) += irq.o 188c2ecf20Sopenharmony_ciobj-$(CONFIG_MIPS_GIC) += irq-gic.o timer-gic.o 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ciobj-$(CONFIG_SOC_RT288X) += rt288x.o 218c2ecf20Sopenharmony_ciobj-$(CONFIG_SOC_RT305X) += rt305x.o 228c2ecf20Sopenharmony_ciobj-$(CONFIG_SOC_RT3883) += rt3883.o 238c2ecf20Sopenharmony_ciobj-$(CONFIG_SOC_MT7620) += mt7620.o 248c2ecf20Sopenharmony_ciobj-$(CONFIG_SOC_MT7621) += mt7621.o 258c2ecf20Sopenharmony_ci 268c2ecf20Sopenharmony_ciobj-$(CONFIG_EARLY_PRINTK) += early_printk.o 278c2ecf20Sopenharmony_ci 288c2ecf20Sopenharmony_ciobj-$(CONFIG_DEBUG_FS) += bootrom.o 29