summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-20 15:30:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-20 15:30:18 +0000
commit99aed4448780adc3aba3d281f6329730555c3773 (patch)
tree38bd0532aae279cbdaa58da25dc32213f5a3440a /include
parent9bfa0d1d08293645fee8a0d4a733ad501ddd308d (diff)
downloadmaster-31e0f0ae-99aed4448780adc3aba3d281f6329730555c3773.tar.gz
master-31e0f0ae-99aed4448780adc3aba3d281f6329730555c3773.tar.bz2
master-31e0f0ae-99aed4448780adc3aba3d281f6329730555c3773.zip
fix quilt update breakage for kernel related packages
SVN-Revision: 9368
Diffstat (limited to 'include')
-rw-r--r--include/target.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/target.mk b/include/target.mk
index 9ee369d9b1..011992b82c 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -12,9 +12,6 @@ endif
ifneq ($(__target_inc),1)
__target_inc=1
-TARGET_BUILD?=0
-
-
target_conf=$(subst .,_,$(subst -,_,$(subst /,_,$(1))))
ifeq ($(DUMP),)
PLATFORM_DIR:=$(TOPDIR)/target/linux/$(BOARD)