blob: cdc50022901a00b6a581dcc23c0e94b471ffe1b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0+
#
extra-y += start.o
obj-y += cache.o
obj-y += cpu.o
obj-y += interrupts.o
obj-y += reset.o
obj-y += timer.o
|