From 4efb6542238ba872263b4955b3b89d00fcf0e228 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 13 Nov 2014 12:28:43 +0900 Subject: tegra: do not descend into empty directories Some tegra makefiles only contain a dummy line to generate a built-in.o. Let's do not descend into such directories. Signed-off-by: Masahiro Yamada Cc: Tom Warren Cc: Stephen Warren Acked-by: Simon Glass --- arch/arm/cpu/armv7/tegra114/Makefile | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 arch/arm/cpu/armv7/tegra114/Makefile (limited to 'arch/arm/cpu/armv7/tegra114') diff --git a/arch/arm/cpu/armv7/tegra114/Makefile b/arch/arm/cpu/armv7/tegra114/Makefile deleted file mode 100644 index 77e231959b..0000000000 --- a/arch/arm/cpu/armv7/tegra114/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved. -# -# (C) Copyright 2000-2003 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# This program is free software; you can redistribute it and/or modify it -# 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 . -# - -# necessary to create built-in.o -obj- := __dummy__.o -- cgit v1.2.1