include: remove SDK exception from package install targets

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 41459
This commit is contained in:
Jo-Philipp Wich
2014-07-02 11:39:28 +00:00
parent 1c891e0d45
commit 28f44a4f91
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#
# Copyright (C) 2007 OpenWrt.org
# Copyright (C) 2007-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ ifeq ($(DUMP),)
define BuildTarget/bin
ifeq ($(if $(VARIANT),$(BUILD_VARIANT)),$(VARIANT))
ifdef Package/$(1)/install
ifneq ($(CONFIG_PACKAGE_$(1))$(SDK)$(DEVELOPER),)
ifneq ($(CONFIG_PACKAGE_$(1))$(DEVELOPER),)
compile: install-bin-$(1)
else
compile: $(1)-disabled