diff --git a/Makefile b/Makefile index be4c0789e9..111fbd634b 100644 --- a/Makefile +++ b/Makefile @@ -422,9 +422,6 @@ $(BUILD_DIR)/.root: if [ -d "$(TARGET_SKELETON)" ]; then \ cp -fa $(TARGET_SKELETON)/* $(TARGET_DIR)/; \ fi; \ - if [ -d "$(TARGET_SKELETON_PATCH)" ]; then \ - toolchain/patch-kernel.sh $(TARGET_DIR) $(TARGET_SKELETON_PATCH)/ \*patch\*; \ - fi; \ touch $(STAGING_DIR)/.fakeroot.00000; \ fi -find $(TARGET_DIR) -type d -name CVS -print0 -o -name .svn -print0 | xargs -0 rm -rf