target/sdk: remove obsolete exclude line

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 39861
This commit is contained in:
Felix Fietkau 2014-03-10 18:58:34 +00:00
parent 72d4683627
commit 5ef90f6540
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean
$(CP) $(INCLUDE_DIR) $(SCRIPT_DIR) $(TOPDIR)/docs $(SDK_BUILD_DIR)/
$(TAR) -cf - -C $(TOPDIR) \
$(foreach exclude,$(EXCLUDE_DIRS),--exclude="$(exclude)") \
--exclude="staging_dir/$(ARCH)" \
$(SDK_DIRS) $(KERNEL_FILES) | \
$(TAR) -xf - -C $(SDK_BUILD_DIR)
mkdir -p $(SDK_BUILD_DIR)/target/linux