blob: d84a84899d1cd72b2871d7046821c80072dccce8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2011 The Chromium OS Authors.
# (C) Copyright 2008
# Graeme Russ, [email protected].
#
# (C) Copyright 2006
# Wolfgang Denk, DENX Software Engineering, [email protected].
#
# (C) Copyright 2002
# Daniel Engström, Omicron Ceti AB, [email protected].
obj-y += link.o
|