From 12d1aa4b69614f6499847758294f8a40f1611710 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 30 Jun 2013 21:29:08 +0200 Subject: Remove BR2_HAVE_DEVFILES This finally removes the BR2_HAVE_DEVFILES option, that was used to install/keep development files on target. With the recent migration of the internal backend to the package infrastructure, we had anyway lost the ability to build gcc for the target, and install the uClibc development files on the target. [Peter: also remove support/scripts/copy.sh] Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- Config.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index bbb9885ef..78dea3be0 100644 --- a/Config.in +++ b/Config.in @@ -419,14 +419,6 @@ config BR2_HAVE_DOCUMENTATION If you say n here, your target will not contain any documentation. -config BR2_HAVE_DEVFILES - bool "development files in target filesystem" - # We no longer want to support a toolchain on the target - depends on BR2_DEPRECATED - help - Install headers and static libraries in the - target filesystem - config BR2_PACKAGE_OVERRIDE_FILE string "location of a package override file" default "$(TOPDIR)/local.mk" -- cgit v1.2.3