blob: fe34715338205b08919cba055b97b950fbe83d73 [file] [log] [blame]
John Crispinae2b5bb2013-01-20 22:05:30 +01001# This program is free software; you can redistribute it and/or modify it
2# under the terms of the GNU General Public License version 2 as published
3# by the Free Software Foundation.#
4# Makefile for the Ralink common stuff
5#
6# Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org>
John Crispin97b92102016-05-05 09:57:56 +02007# Copyright (C) 2013 John Crispin <john@phrozen.org>
John Crispinae2b5bb2013-01-20 22:05:30 +01008
John Crispin1df7add2016-01-04 20:23:55 +01009obj-y := prom.o of.o reset.o
10
11ifndef CONFIG_MIPS_GIC
12 obj-y += clk.o timer.o
13endif
John Crispinae2b5bb2013-01-20 22:05:30 +010014
John Crispin1f2acc52013-08-08 13:08:06 +020015obj-$(CONFIG_CLKEVT_RT3352) += cevt-rt3352.o
16
John Crispin5433acd2013-05-16 23:28:23 +020017obj-$(CONFIG_RALINK_ILL_ACC) += ill_acc.o
18
John Crispin2761f832016-01-04 20:23:54 +010019obj-$(CONFIG_IRQ_INTC) += irq.o
John Crispin1df7add2016-01-04 20:23:55 +010020obj-$(CONFIG_MIPS_GIC) += irq-gic.o timer-gic.o
John Crispin2761f832016-01-04 20:23:54 +010021
John Crispin80fb55a2013-01-27 09:17:20 +010022obj-$(CONFIG_SOC_RT288X) += rt288x.o
John Crispinae2b5bb2013-01-20 22:05:30 +010023obj-$(CONFIG_SOC_RT305X) += rt305x.o
John Crispin293840b2013-01-27 09:39:02 +010024obj-$(CONFIG_SOC_RT3883) += rt3883.o
John Crispin594bde62013-03-21 17:49:02 +010025obj-$(CONFIG_SOC_MT7620) += mt7620.o
John Crispin1df7add2016-01-04 20:23:55 +010026obj-$(CONFIG_SOC_MT7621) += mt7621.o
John Crispinae2b5bb2013-01-20 22:05:30 +010027
28obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
John Crispin7a1a44c2013-05-21 15:50:31 +020029
30obj-$(CONFIG_DEBUG_FS) += bootrom.o