summaryrefslogtreecommitdiff
path: root/target/sdk/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2014-03-10 11:12:41 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2014-03-10 11:12:41 +0000
commitdeb9e9d44fe9a8107534fbc5e431cf2b51e45dbe (patch)
tree02e54c181f95b3f0fc2593b6ae89fc73424c3ee2 /target/sdk/Makefile
parente4ff815211ffeeab83a17d5aa4a4fb2cc51c668b (diff)
target/sdk: remove some unnecessary files
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39859 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/sdk/Makefile')
-rw-r--r--target/sdk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index 82b47cd946..60201c8b63 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 \