]> git.sur5r.net Git - u-boot/blob - arch/nds32/cpu/n1213/ae3xx/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / nds32 / cpu / n1213 / ae3xx / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
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>
10
11 obj-y   := cpu.o timer.o
12 obj-y   += lowlevel_init.o
13
14 ifndef CONFIG_SKIP_TRUNOFF_WATCHDOG
15 obj-y   += watchdog.o
16 endif