diff mbox

[RFCv1,18/18] Remove toolchain/toolchain-buildroot.mk

Message ID 1372188953-29449-19-git-send-email-thomas.petazzoni@free-electrons.com
State Superseded
Headers show

Commit Message

Thomas Petazzoni June 25, 2013, 7:35 p.m. UTC
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 Makefile                         | 4 +---
 toolchain/toolchain-buildroot.mk | 2 --
 2 files changed, 1 insertion(+), 5 deletions(-)
 delete mode 100644 toolchain/toolchain-buildroot.mk
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 0318664..382c22a 100644
--- a/Makefile
+++ b/Makefile
@@ -313,9 +313,7 @@  include support/dependencies/dependencies.mk
 # We also need the various per-package makefiles, which also add
 # each selected package to TARGETS if that package was selected
 # in the .config file.
-ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
-include toolchain/toolchain-buildroot.mk
-else ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y)
+ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y)
 include toolchain/toolchain-external.mk
 else ifeq ($(BR2_TOOLCHAIN_CTNG),y)
 include toolchain/toolchain-crosstool-ng.mk
diff --git a/toolchain/toolchain-buildroot.mk b/toolchain/toolchain-buildroot.mk
deleted file mode 100644
index 38dcb1f..0000000
--- a/toolchain/toolchain-buildroot.mk
+++ /dev/null
@@ -1,2 +0,0 @@ 
-# Include files required for the internal toolchain backend
-