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