summaryrefslogtreecommitdiff
path: root/target/sdk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-10 11:12:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-10 11:12:41 +0000
commitd76f2d4d1c1d8c3be2721a18a98c5d6b046ed519 (patch)
treeb9624732d95e44423c6e897f8ace5922597c2569 /target/sdk
parentba3b720fe615df5d6aa4850bf743ad0e028d186a (diff)
downloadmtk-20170518-d76f2d4d1c1d8c3be2721a18a98c5d6b046ed519.zip
mtk-20170518-d76f2d4d1c1d8c3be2721a18a98c5d6b046ed519.tar.gz
mtk-20170518-d76f2d4d1c1d8c3be2721a18a98c5d6b046ed519.tar.bz2
target/sdk: remove some unnecessary files
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39859
Diffstat (limited to 'target/sdk')
-rw-r--r--target/sdk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index 82b47cd..60201c8 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -63,8 +63,8 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean
mkdir -p $(SDK_BUILD_DIR)/target/linux
$(CP) $(GENERIC_PLATFORM_DIR) $(PLATFORM_DIR) $(SDK_BUILD_DIR)/target/linux/
rm -rf \
- $(SDK_BUILD_DIR)/target/linux/*/files \
- $(SDK_BUILD_DIR)/target/linux/*/patches
+ $(SDK_BUILD_DIR)/target/linux/*/files* \
+ $(SDK_BUILD_DIR)/target/linux/*/patches*
$(CP) -L \
$(TOPDIR)/LICENSE \
$(TOPDIR)/rules.mk \