162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# Makefile for the Ralink common stuff 362306a36Sopenharmony_ci# 462306a36Sopenharmony_ci# Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org> 562306a36Sopenharmony_ci# Copyright (C) 2013 John Crispin <john@phrozen.org> 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciobj-y := prom.o of.o reset.o 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciifndef CONFIG_MIPS_GIC 1062306a36Sopenharmony_ci obj-y += clk.o timer.o 1162306a36Sopenharmony_ciendif 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciobj-$(CONFIG_CLKEVT_RT3352) += cevt-rt3352.o 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ciobj-$(CONFIG_RALINK_ILL_ACC) += ill_acc.o 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ciobj-$(CONFIG_IRQ_INTC) += irq.o 1862306a36Sopenharmony_ciobj-$(CONFIG_MIPS_GIC) += irq-gic.o timer-gic.o 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ciobj-$(CONFIG_SOC_RT288X) += rt288x.o 2162306a36Sopenharmony_ciobj-$(CONFIG_SOC_RT305X) += rt305x.o 2262306a36Sopenharmony_ciobj-$(CONFIG_SOC_RT3883) += rt3883.o 2362306a36Sopenharmony_ciobj-$(CONFIG_SOC_MT7620) += mt7620.o 2462306a36Sopenharmony_ciobj-$(CONFIG_SOC_MT7621) += mt7621.o 2562306a36Sopenharmony_ci 2662306a36Sopenharmony_ciobj-$(CONFIG_EARLY_PRINTK) += early_printk.o 2762306a36Sopenharmony_ci 2862306a36Sopenharmony_ciobj-$(CONFIG_DEBUG_FS) += bootrom.o 29