[source] kernel/avila-wdt: drop Build/Prepare rule in favor of default one

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 15 02:37:58 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/9f5770b81f0c8a35d39ec47c856fc011ee5c50d3

commit 9f5770b81f0c8a35d39ec47c856fc011ee5c50d3
Author: Alexandru Ardelean <ardeleanalex at gmail.com>
AuthorDate: Thu Oct 6 09:33:38 2016 +0300

    kernel/avila-wdt: drop Build/Prepare rule in favor of default one
    
    Signed-off-by: Alexandru Ardelean <ardeleanalex at gmail.com>
---
 package/kernel/avila-wdt/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/package/kernel/avila-wdt/Makefile b/package/kernel/avila-wdt/Makefile
index 5bf6bf4..94bda9b 100644
--- a/package/kernel/avila-wdt/Makefile
+++ b/package/kernel/avila-wdt/Makefile
@@ -26,11 +26,6 @@ MAKE_OPTS:= \
 	CROSS_COMPILE="$(TARGET_CROSS)" \
 	SUBDIRS="$(PKG_BUILD_DIR)"
 
-define Build/Prepare
-	mkdir -p $(PKG_BUILD_DIR)
-	$(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
 define Build/Compile
 	$(MAKE) -C "$(LINUX_DIR)" \
 		$(MAKE_OPTS) \



More information about the lede-commits mailing list