From 59261cbf38001b121f94642a4f225fbe082b1b7d Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Wed, 30 Nov 2016 10:00:41 +0100 Subject: docs: remove all refrences in Makefiles/scripts The SDK Makefile still trys to copy the docs folder which was removed with 882f4d2d63272abce8c1966983aa10178e2e971f. This causes an SDK build error. All other removals are just cleanup. Signed-off-by: Mathias Kresin --- target/sdk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/sdk') diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 54c50ab760..de77d1a31a 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -67,7 +67,7 @@ all: compile $(BIN_DIR)/$(SDK_NAME).tar.xz: clean mkdir -p $(SDK_BUILD_DIR)/dl $(SDK_BUILD_DIR)/package - $(CP) -L $(INCLUDE_DIR) $(SCRIPT_DIR) $(TOPDIR)/docs $(SDK_BUILD_DIR)/ + $(CP) -L $(INCLUDE_DIR) $(SCRIPT_DIR) $(SDK_BUILD_DIR)/ $(TAR) -cf - -C $(TOPDIR) \ `cd $(TOPDIR); find $(KDIR_BASE) -name \*.ko` \ `cd $(TOPDIR); find $(KDIR_BASE)/firmware/ -newer $(KDIR_BASE)/firmware/Makefile \ -- cgit v1.2.3