Daniel Schwierzeck | eef88df | 2015-01-29 14:56:20 +0100 | [diff] [blame] | 1 | # |
2 | # SPDX-License-Identifier: GPL-2.0+ | ||||
3 | # | ||||
4 | |||||
5 | extra-y = start.o | ||||
6 | |||||
7 | obj-y += time.o | ||||
8 | obj-y += interrupts.o | ||||
9 | obj-y += cpu.o | ||||
Paul Burton | b2b135d | 2016-09-21 11:18:53 +0100 | [diff] [blame] | 10 | |
11 | obj-$(CONFIG_MIPS_CM) += cm_init.o |