2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2011-10-11 22:33:18 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2009
|
|
|
|
# Marvell Semiconductor <www.marvell.com>
|
|
|
|
# Written-by: Prafulla Wadaskar <prafulla@marvell.com>
|
|
|
|
#
|
|
|
|
# Copyright (C) 2011 Andes Technology Corporation
|
|
|
|
# Shawn Lin, Andes Technology Corporation <nobuhiro@andestech.com>
|
|
|
|
# Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
|
|
|
|
|
2013-10-21 02:53:32 +00:00
|
|
|
obj-y := cpu.o timer.o
|
|
|
|
obj-y += lowlevel_init.o
|
2011-10-11 22:33:18 +00:00
|
|
|
|
|
|
|
ifndef CONFIG_SKIP_TRUNOFF_WATCHDOG
|
2013-10-21 02:53:32 +00:00
|
|
|
obj-y += watchdog.o
|
2011-10-11 22:33:18 +00:00
|
|
|
endif
|