]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/nds32/cpu/n1213/ag102/Makefile
NDS32: Generic Board Support and Unsupport
[karo-tx-uboot.git] / arch / nds32 / cpu / n1213 / ag102 / Makefile
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 #
10 # SPDX-License-Identifier:      GPL-2.0+
11 #
12
13 obj-y   := cpu.o timer.o
14
15 ifndef CONFIG_SKIP_LOWLEVEL_INIT
16 obj-y   += lowlevel_init.o
17 endif
18
19 ifndef CONFIG_SKIP_TRUNOFF_WATCHDOG
20 obj-y   += watchdog.o
21 endif