target/sdk: remove some unnecessary files
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39859
This commit is contained in:
parent
ba3b720fe6
commit
d76f2d4d1c
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue