mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
Various Makefiles: Add SPDX-License-Identifier tags
After consulting with some of the SPDX team, the conclusion is that Makefiles are worth adding SPDX-License-Identifier tags too, and most of ours have one. This adds tags to ones that lack them and converts a few that had full (or in one case, very partial) license blobs into the equivalent tag. Cc: Kate Stewart <kstewart@linuxfoundation.org> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
522b021a8a
commit
da58dec866
55 changed files with 169 additions and 82 deletions
4
Makefile
4
Makefile
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
VERSION = 2015
|
VERSION = 2015
|
||||||
PATCHLEVEL = 10
|
PATCHLEVEL = 10
|
||||||
SUBLEVEL =
|
SUBLEVEL =
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
dtb-$(CONFIG_TARGET_ARCANGEL4) += arcangel4.dtb
|
dtb-$(CONFIG_TARGET_ARCANGEL4) += arcangel4.dtb
|
||||||
dtb-$(CONFIG_TARGET_TB100) += abilis_tb100.dtb
|
dtb-$(CONFIG_TARGET_TB100) += abilis_tb100.dtb
|
||||||
|
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj- += dummy.o
|
obj- += dummy.o
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
dtb-$(CONFIG_S5PC100) += s5pc1xx-smdkc100.dtb
|
dtb-$(CONFIG_S5PC100) += s5pc1xx-smdkc100.dtb
|
||||||
dtb-$(CONFIG_S5PC110) += s5pc1xx-goni.dtb
|
dtb-$(CONFIG_S5PC110) += s5pc1xx-goni.dtb
|
||||||
dtb-$(CONFIG_EXYNOS4) += exynos4210-origen.dtb \
|
dtb-$(CONFIG_EXYNOS4) += exynos4210-origen.dtb \
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_AT91_WANTS_COMMON_PHY) += phy.o
|
obj-$(CONFIG_AT91_WANTS_COMMON_PHY) += phy.o
|
||||||
ifneq ($(CONFIG_SPL_BUILD),)
|
ifneq ($(CONFIG_SPL_BUILD),)
|
||||||
obj-$(CONFIG_AT91SAM9260) += sdram.o spl_at91.o
|
obj-$(CONFIG_AT91SAM9260) += sdram.o spl_at91.o
|
||||||
|
|
|
@ -1,17 +1,7 @@
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
|
# Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
# under the terms and conditions of the GNU General Public License,
|
|
||||||
# version 2, as published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope it will be useful, but WITHOUT
|
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
# more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_SPL_BUILD) += cpu.o
|
obj-$(CONFIG_SPL_BUILD) += cpu.o
|
||||||
|
|
|
@ -1,17 +1,7 @@
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
|
# Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
# under the terms and conditions of the GNU General Public License,
|
|
||||||
# version 2, as published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope it will be useful, but WITHOUT
|
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
# more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_SPL_BUILD) += cpu.o
|
obj-$(CONFIG_SPL_BUILD) += cpu.o
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += bcu-ph1-sld3.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += bcu-ph1-sld3.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += bcu-ph1-ld4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += bcu-ph1-ld4.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD8) += bcu-ph1-ld4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD8) += bcu-ph1-ld4.o
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-y += boot-mode.o
|
obj-y += boot-mode.o
|
||||||
|
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += boot-mode-ph1-sld3.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += boot-mode-ph1-sld3.o
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += clk-ph1-ld4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += clk-ph1-ld4.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += clk-ph1-ld4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += clk-ph1-ld4.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4) += clk-ph1-pro4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4) += clk-ph1-pro4.o
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += ddrphy-training.o ddrphy-ph1-ld4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += ddrphy-training.o ddrphy-ph1-ld4.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4) += ddrphy-training.o ddrphy-ph1-pro4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4) += ddrphy-training.o ddrphy-ph1-pro4.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD8) += ddrphy-training.o ddrphy-ph1-sld8.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD8) += ddrphy-training.o ddrphy-ph1-sld8.o
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += early-clk-ph1-ld4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += early-clk-ph1-ld4.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += early-clk-ph1-ld4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += early-clk-ph1-ld4.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4) += early-clk-ph1-ld4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4) += early-clk-ph1-ld4.o
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += early-pinctrl-ph1-sld3.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += early-pinctrl-ph1-sld3.o
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-y += init.o
|
obj-y += init.o
|
||||||
|
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += init-ph1-sld3.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += init-ph1-sld3.o
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-y += memconf.o
|
obj-y += memconf.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += memconf-ph1-sld3.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += memconf-ph1-sld3.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PROXSTREAM2) += memconf-proxstream2.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PROXSTREAM2) += memconf-proxstream2.o
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += pinctrl-ph1-sld3.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += pinctrl-ph1-sld3.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += pinctrl-ph1-ld4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += pinctrl-ph1-ld4.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4) += pinctrl-ph1-pro4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4) += pinctrl-ph1-pro4.o
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += pll-init-ph1-sld3.o \
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += pll-init-ph1-sld3.o \
|
||||||
pll-spectrum-ph1-sld3.o
|
pll-spectrum-ph1-sld3.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += pll-init-ph1-ld4.o \
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += pll-init-ph1-ld4.o \
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += sbc-ph1-sld3.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += sbc-ph1-sld3.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += sbc-ph1-ld4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += sbc-ph1-ld4.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4) += sbc-ph1-pro4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4) += sbc-ph1-pro4.o
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += umc-ph1-ld4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += umc-ph1-ld4.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4) += umc-ph1-pro4.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4) += umc-ph1-pro4.o
|
||||||
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD8) += umc-ph1-sld8.o
|
obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD8) += umc-ph1-sld8.o
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# (C) Copyright 2000-2006
|
# (C) Copyright 2000-2006
|
||||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||||
#
|
#
|
||||||
# Licensed under the GPL-2 or later.
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
#
|
#
|
||||||
|
|
||||||
extra-y := init.elf
|
extra-y := init.elf
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
dtb-y += microblaze-generic.dtb
|
dtb-y += microblaze-generic.dtb
|
||||||
|
|
||||||
targets += $(dtb-y)
|
targets += $(dtb-y)
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
dtb-y += $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%).dtb
|
dtb-y += $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%).dtb
|
||||||
|
|
||||||
targets += $(dtb-y)
|
targets += $(dtb-y)
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_MPC83xx) += mpc8xxx/
|
obj-$(CONFIG_MPC83xx) += mpc8xxx/
|
||||||
obj-$(CONFIG_MPC85xx) += mpc8xxx/
|
obj-$(CONFIG_MPC85xx) += mpc8xxx/
|
||||||
obj-$(CONFIG_MPC86xx) += mpc8xxx/
|
obj-$(CONFIG_MPC86xx) += mpc8xxx/
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
#
|
#
|
||||||
# Copyright 2009-2010 Freescale Semiconductor, Inc.
|
# Copyright 2009-2010 Freescale Semiconductor, Inc.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
# modify it under the terms of the GNU General Public License
|
|
||||||
# Version 2 as published by the Free Software Foundation.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
MINIMAL=
|
MINIMAL=
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
dtb-$(CONFIG_TARGET_CANYONLANDS) += arches.dtb canyonlands.dtb glacier.dtb
|
dtb-$(CONFIG_TARGET_CANYONLANDS) += arches.dtb canyonlands.dtb glacier.dtb
|
||||||
|
|
||||||
targets += $(dtb-y)
|
targets += $(dtb-y)
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
dtb-$(CONFIG_SANDBOX) += sandbox.dtb
|
dtb-$(CONFIG_SANDBOX) += sandbox.dtb
|
||||||
dtb-$(CONFIG_UT_DM) += test.dtb
|
dtb-$(CONFIG_UT_DM) += test.dtb
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
dtb-y += bayleybay.dtb \
|
dtb-y += bayleybay.dtb \
|
||||||
chromebook_link.dtb \
|
chromebook_link.dtb \
|
||||||
chromebox_panther.dtb \
|
chromebox_panther.dtb \
|
||||||
|
|
|
@ -1,20 +1,8 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
|
# Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
# modify it under the terms of the GNU General Public License as
|
|
||||||
# published by the Free Software Foundation; either version 2 of
|
|
||||||
# the License.
|
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
||||||
# MA 02111-1307 USA
|
|
||||||
|
|
||||||
obj-y += armadillo-800eva.o
|
obj-y += armadillo-800eva.o
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012-2014, Birdland Audio - http://birdland.com/oem
|
# Copyright (C) 2012-2014, Birdland Audio - http://birdland.com/oem
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),)
|
ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),)
|
||||||
obj-y := mux.o
|
obj-y := mux.o
|
||||||
|
|
|
@ -4,14 +4,7 @@
|
||||||
# See file CREDITS for list of people who contributed to this
|
# See file CREDITS for list of people who contributed to this
|
||||||
# project.
|
# project.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
# under the terms and conditions of the GNU General Public License,
|
|
||||||
# version 2, as published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope it will be useful, but WITHOUT
|
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
# more details.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-y := paz00.o
|
obj-y := paz00.o
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
#
|
#
|
||||||
# Copyright 2010 Freescale Semiconductor, Inc.
|
# Copyright 2010 Freescale Semiconductor, Inc.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
# under the terms of the GNU General Public License as published by the Free
|
|
||||||
# Software Foundation; either version 2 of the License, or (at your option)
|
|
||||||
# any later version.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-y += law.o
|
obj-y += law.o
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
#
|
#
|
||||||
# Author: Grzegorz Bernacki, Semihalf, gjb@semihalf.com
|
# Author: Grzegorz Bernacki, Semihalf, gjb@semihalf.com
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-y := digsy_mtc.o cmd_mtc.o
|
obj-y := digsy_mtc.o cmd_mtc.o
|
||||||
obj-$(CONFIG_VIDEO) += cmd_disp.o
|
obj-$(CONFIG_VIDEO) += cmd_disp.o
|
||||||
|
|
|
@ -1,17 +1,7 @@
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
|
# Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
# under the terms and conditions of the GNU General Public License,
|
|
||||||
# version 2, as published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope it will be useful, but WITHOUT
|
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
# more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-y = ../cardhu/cardhu.o
|
obj-y = ../cardhu/cardhu.o
|
||||||
|
|
|
@ -1,17 +1,7 @@
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
|
# Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
# under the terms and conditions of the GNU General Public License,
|
|
||||||
# version 2, as published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope it will be useful, but WITHOUT
|
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
# more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-y := dalmore.o
|
obj-y := dalmore.o
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_TARGET_SECOMX6) += mx6.o
|
obj-$(CONFIG_TARGET_SECOMX6) += mx6.o
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-y += $(BOARD).o
|
obj-y += $(BOARD).o
|
||||||
obj-y += ddr.o
|
obj-y += ddr.o
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
# to document the SRC - and how to read it.
|
# to document the SRC - and how to read it.
|
||||||
# To add a new book the only step required is to add the book to the
|
# To add a new book the only step required is to add the book to the
|
||||||
# list of DOCBOOKS.
|
# list of DOCBOOKS.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
#
|
||||||
|
|
||||||
DOCBOOKS := linker_lists.xml stdio.xml
|
DOCBOOKS := linker_lists.xml stdio.xml
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_$(SPL_)DM) += core/
|
obj-$(CONFIG_$(SPL_)DM) += core/
|
||||||
obj-$(CONFIG_$(SPL_)CLK) += clk/
|
obj-$(CONFIG_$(SPL_)CLK) += clk/
|
||||||
obj-$(CONFIG_$(SPL_)LED) += led/
|
obj-$(CONFIG_$(SPL_)LED) += led/
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
X86DIR = x86emu
|
X86DIR = x86emu
|
||||||
|
|
||||||
obj-y = atibios.o biosemu.o besys.o bios.o \
|
obj-y = atibios.o biosemu.o besys.o bios.o \
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
#
|
#
|
||||||
# Copyright 2008-2014 Freescale Semiconductor, Inc.
|
# Copyright 2008-2014 Freescale Semiconductor, Inc.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
# modify it under the terms of the GNU General Public License
|
|
||||||
# Version 2 as published by the Free Software Foundation.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_SYS_FSL_DDR1) += main.o util.o ctrl_regs.o options.o \
|
obj-$(CONFIG_SYS_FSL_DDR1) += main.o util.o ctrl_regs.o options.o \
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
|
||||||
obj-$(CONFIG_TI_AEMIF) += ti-aemif.o
|
obj-$(CONFIG_TI_AEMIF) += ti-aemif.o
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-y += pinctrl-uclass.o
|
obj-y += pinctrl-uclass.o
|
||||||
obj-$(CONFIG_$(SPL_)PINCTRL_GENERIC) += pinctrl-generic.o
|
obj-$(CONFIG_$(SPL_)PINCTRL_GENERIC) += pinctrl-generic.o
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_PINCTRL_UNIPHIER_CORE) += pinctrl-uniphier-core.o
|
obj-$(CONFIG_PINCTRL_UNIPHIER_CORE) += pinctrl-uniphier-core.o
|
||||||
|
|
||||||
obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_LD4) += pinctrl-ph1-ld4.o
|
obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_LD4) += pinctrl-ph1-ld4.o
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for the U-boot SOC specific device drivers.
|
# Makefile for the U-boot SOC specific device drivers.
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_ARCH_KEYSTONE) += keystone/
|
obj-$(CONFIG_ARCH_KEYSTONE) += keystone/
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_TI_KEYSTONE_SERDES) += keystone_serdes.o
|
obj-$(CONFIG_TI_KEYSTONE_SERDES) += keystone_serdes.o
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_USB_DWC3) += dwc3.o
|
obj-$(CONFIG_USB_DWC3) += dwc3.o
|
||||||
|
|
||||||
dwc3-y := core.o
|
dwc3-y := core.o
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
#
|
#
|
||||||
# USB peripheral controller drivers
|
# USB peripheral controller drivers
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_USB_DWC3_GADGET) += udc-core.o
|
obj-$(CONFIG_USB_DWC3_GADGET) += udc-core.o
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
#
|
#
|
||||||
# for USB OTG silicon based on Mentor Graphics INVENTRA designs
|
# for USB OTG silicon based on Mentor Graphics INVENTRA designs
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_USB_MUSB_GADGET) += musb_gadget.o musb_gadget_ep0.o musb_core.o
|
obj-$(CONFIG_USB_MUSB_GADGET) += musb_gadget.o musb_gadget_ep0.o musb_core.o
|
||||||
obj-$(CONFIG_USB_MUSB_GADGET) += musb_uboot.o
|
obj-$(CONFIG_USB_MUSB_GADGET) += musb_uboot.o
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
ifndef CONFIG_SANDBOX
|
ifndef CONFIG_SANDBOX
|
||||||
|
|
||||||
ifdef FTRACE
|
ifdef FTRACE
|
||||||
|
|
|
@ -8,13 +8,8 @@
|
||||||
#
|
#
|
||||||
# Created by Charles Manning <charles@aleph1.co.uk>
|
# Created by Charles Manning <charles@aleph1.co.uk>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
# it under the terms of the GNU General Public License version 2 as
|
|
||||||
# published by the Free Software Foundation.
|
|
||||||
#
|
#
|
||||||
# NB Warning this Makefile does not include header dependencies.
|
|
||||||
#
|
|
||||||
# $Id: Makefile,v 1.15 2007/07/18 19:40:38 charles Exp $
|
|
||||||
|
|
||||||
obj-y := \
|
obj-y := \
|
||||||
yaffs_allocator.o yaffs_attribs.o yaffs_bitmap.o yaffs_uboot_glue.o\
|
yaffs_allocator.o yaffs_attribs.o yaffs_bitmap.o yaffs_uboot_glue.o\
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
obj-y += bzlib.o bzlib_crctable.o bzlib_decompress.o \
|
obj-y += bzlib.o bzlib_crctable.o bzlib_decompress.o \
|
||||||
bzlib_randtable.o bzlib_huffman.o
|
bzlib_randtable.o bzlib_huffman.o
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
# the kernel for the build process.
|
# the kernel for the build process.
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# docproc: Used in Documentation/DocBook
|
# docproc: Used in Documentation/DocBook
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
#
|
||||||
|
|
||||||
# The following hostprogs-y programs are only build on demand
|
# The following hostprogs-y programs are only build on demand
|
||||||
hostprogs-y += docproc
|
hostprogs-y += docproc
|
||||||
|
|
|
@ -7,6 +7,9 @@
|
||||||
# .config is included by main Makefile.
|
# .config is included by main Makefile.
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# fixdep: Used to generate dependency information during build process
|
# fixdep: Used to generate dependency information during build process
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
#
|
||||||
|
|
||||||
hostprogs-y := fixdep
|
hostprogs-y := fixdep
|
||||||
always := $(hostprogs-y)
|
always := $(hostprogs-y)
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
# ===========================================================================
|
# ===========================================================================
|
||||||
# Kernel configuration targets
|
# Kernel configuration targets
|
||||||
# These targets are used from top-level makefile
|
# These targets are used from top-level makefile
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
#
|
||||||
|
|
||||||
PHONY += xconfig gconfig menuconfig config silentoldconfig update-po-config \
|
PHONY += xconfig gconfig menuconfig config silentoldconfig update-po-config \
|
||||||
localmodconfig localyesconfig
|
localmodconfig localyesconfig
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
|
#
|
||||||
|
|
||||||
hostprogs-y := easylogo
|
hostprogs-y := easylogo
|
||||||
|
|
||||||
always := $(hostprogs-y)
|
always := $(hostprogs-y)
|
||||||
|
|
Loading…
Reference in a new issue