blob: 206d304d4c5ff597f41b248c7c2af01c525d93f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, [email protected].
#
# Copyright (C) 2011 Andes Technology Corporation
# Shawn Lin, Andes Technology Corporation <[email protected]>
# Macpaul Lin, Andes Technology Corporation <[email protected]>
#
# SPDX-License-Identifier: GPL-2.0+
#
# necessary to create built-in.o
obj- := __dummy__.o
extra-y = start.o
|