xref: /openbmc/linux/arch/mips/generic/Makefile (revision f2d0b0d5c1718487f8a27d3ca3ec0f05ca3adedd)
1eed0eabdSPaul Burton#
2eed0eabdSPaul Burton# Copyright (C) 2016 Imagination Technologies
3fb615d61SPaul Burton# Author: Paul Burton <paul.burton@mips.com>
4eed0eabdSPaul Burton#
5eed0eabdSPaul Burton# This program is free software; you can redistribute it and/or modify it
6eed0eabdSPaul Burton# under the terms of the GNU General Public License as published by the
7eed0eabdSPaul Burton# Free Software Foundation;  either version 2 of the  License, or (at your
8eed0eabdSPaul Burton# option) any later version.
9eed0eabdSPaul Burton#
10eed0eabdSPaul Burton
11eed0eabdSPaul Burtonobj-y += init.o
12eed0eabdSPaul Burtonobj-y += irq.o
13eed0eabdSPaul Burtonobj-y += proc.o
143f5f0a44SPaul Burton
15571b7e69SPaul Burtonobj-$(CONFIG_YAMON_DT_SHIM)		+= yamon-dt.o
163f5f0a44SPaul Burtonobj-$(CONFIG_LEGACY_BOARD_SEAD3)	+= board-sead3.o
170014dea6SMarcin Nowakowskiobj-$(CONFIG_KEXEC)			+= kexec.o
18*f2d0b0d5SMiodrag Dinicobj-$(CONFIG_VIRT_BOARD_RANCHU)	+= board-ranchu.o
19