blob: 07fa9429a92e14c328355337a0866bd8a7df8754 [file] [log] [blame]
rickf1113c92017-05-18 14:37:53 +08001#
2# (C) Copyright 2009
3# Marvell Semiconductor <www.marvell.com>
4# Written-by: Prafulla Wadaskar <prafulla@marvell.com>
5#
6# Copyright (C) 2011 Andes Technology Corporation
7# Shawn Lin, Andes Technology Corporation <nobuhiro@andestech.com>
8# Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
9#
10# SPDX-License-Identifier: GPL-2.0+
11#
12
13obj-y := cpu.o timer.o
14obj-y += lowlevel_init.o
15
16ifndef CONFIG_SKIP_TRUNOFF_WATCHDOG
17obj-y += watchdog.o
18endif