linux-surface/kernel/arch/mips/generic/Makefile

18 lines
522 B
Makefile
Raw Normal View History

2017-08-10 13:25:24 +00:00
#
# Copyright (C) 2016 Imagination Technologies
2017-11-06 02:38:20 +00:00
# Author: Paul Burton <paul.burton@mips.com>
2017-08-10 13:25:24 +00:00
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2 of the License, or (at your
# option) any later version.
#
obj-y += init.o
obj-y += irq.o
obj-y += proc.o
2017-09-05 02:31:27 +00:00
obj-$(CONFIG_YAMON_DT_SHIM) += yamon-dt.o
2017-08-10 13:25:24 +00:00
obj-$(CONFIG_LEGACY_BOARD_SEAD3) += board-sead3.o
obj-$(CONFIG_KEXEC) += kexec.o