summaryrefslogtreecommitdiffstats
path: root/rules/kernel-checks.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-06 00:05:19 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-06 01:13:31 +0100
commit35908cfef941d53719a15d96a28e1b54ccc325e7 (patch)
tree688a8a012d01b9c41eae864996adaf7848bbd147 /rules/kernel-checks.make
parent8c34d50bcf414d90f737026477e4cfaa0918f6b0 (diff)
downloadptxdist-35908cfef941d53719a15d96a28e1b54ccc325e7.tar.gz
ptxdist-35908cfef941d53719a15d96a28e1b54ccc325e7.tar.xz
[kernel] new "special" compiler handling following the bootloader
In commit "1c402fa0d9aeafe7aabc1f0386928287a09f34ec" the special compiler handling for the bootloader has been updated to match the scheme of "selected_*" links. This patch renames the link to the special kernel compiler from ".ktoolchain" to "selected_toolchain_kernel". Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/kernel-checks.make')
-rw-r--r--rules/kernel-checks.make9
1 files changed, 0 insertions, 9 deletions
diff --git a/rules/kernel-checks.make b/rules/kernel-checks.make
index 1bed23da0..d810e2ea3 100644
--- a/rules/kernel-checks.make
+++ b/rules/kernel-checks.make
@@ -31,15 +31,6 @@ endif
endif
-ifneq ($(PTXCONF_COMPILER_PREFIX),$(PTXCONF_COMPILER_PREFIX_KERNEL))
-ifeq ($(wildcard .ktoolchain/$(PTXCONF_COMPILER_PREFIX_KERNEL)gcc),)
- $(warning *** no .ktoolchain link found. Please create a link)
- $(warning *** .ktoolchain to the bin directory of your $(PTXCONF_COMPILER_PREFIX_KERNEL) toolchain)
- $(error )
-endif
-endif
-
-
ifeq ($(PTXCONF_KERNEL_VERSION),)
$(warning *** PTXCONF_KERNEL_VERSION is empty)
$(warning *** please run 'ptxdist platformconfig' and activate the kernel)