Macpaul Lin | 83dbca7 | 2011-10-11 22:33:18 +0000 | [diff] [blame] | 1 | # |
| 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 | # |
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 10 | # SPDX-License-Identifier: GPL-2.0+ |
Macpaul Lin | 83dbca7 | 2011-10-11 22:33:18 +0000 | [diff] [blame] | 11 | # |
| 12 | |
Masahiro Yamada | 8087e0e | 2013-10-21 11:53:32 +0900 | [diff] [blame] | 13 | obj-y := cpu.o timer.o |
Macpaul Lin | 83dbca7 | 2011-10-11 22:33:18 +0000 | [diff] [blame] | 14 | |
| 15 | ifndef CONFIG_SKIP_LOWLEVEL_INIT |
Masahiro Yamada | 8087e0e | 2013-10-21 11:53:32 +0900 | [diff] [blame] | 16 | obj-y += lowlevel_init.o |
Macpaul Lin | 83dbca7 | 2011-10-11 22:33:18 +0000 | [diff] [blame] | 17 | endif |
| 18 | |
| 19 | ifndef CONFIG_SKIP_TRUNOFF_WATCHDOG |
Masahiro Yamada | 8087e0e | 2013-10-21 11:53:32 +0900 | [diff] [blame] | 20 | obj-y += watchdog.o |
Macpaul Lin | 83dbca7 | 2011-10-11 22:33:18 +0000 | [diff] [blame] | 21 | endif |