]> Git Repo - J-u-boot.git/blob - arch/nds32/cpu/n1213/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[J-u-boot.git] / arch / nds32 / cpu / n1213 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2000-2006
4 # Wolfgang Denk, DENX Software Engineering, [email protected].
5 #
6 # Copyright (C) 2011 Andes Technology Corporation
7 # Shawn Lin, Andes Technology Corporation <[email protected]>
8 # Macpaul Lin, Andes Technology Corporation <[email protected]>
9
10 extra-y = start.o
11
12 obj-$(if $(filter ag101,$(SOC)),y) += ag101/
13 obj-$(if $(filter ae3xx,$(SOC)),y) += ae3xx/
This page took 0.027612 seconds and 4 git commands to generate.