]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/nds32/cpu/n1213/ag101/Makefile
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[people/ms/u-boot.git] / arch / nds32 / cpu / n1213 / ag101 / Makefile
CommitLineData
445a886d
ML
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#
1a459660 10# SPDX-License-Identifier: GPL-2.0+
445a886d
ML
11#
12
547bb1ed 13obj-y := cpu.o timer.o
547bb1ed 14obj-y += lowlevel_init.o
445a886d
ML
15
16ifndef CONFIG_SKIP_TRUNOFF_WATCHDOG
547bb1ed 17obj-y += watchdog.o
445a886d 18endif