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

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


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

commit 4f9c6c52350e38bbe87e9c7f303fbbb5b8a6c4c6
Author: Alexandru Ardelean <ardeleanalex at gmail.com>
AuthorDate: Thu Oct 6 09:34:17 2016 +0300

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

diff --git a/package/kernel/button-hotplug/Makefile b/package/kernel/button-hotplug/Makefile
index 347544c..d90d774 100644
--- a/package/kernel/button-hotplug/Makefile
+++ b/package/kernel/button-hotplug/Makefile
@@ -41,11 +41,6 @@ MAKE_OPTS:= \
 	EXTRA_CFLAGS="$(EXTRA_CFLAGS)" \
 	$(EXTRA_KCONFIG)
 
-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