[source] kernel/i2c-gpio-custom: drop Build/Prepare rule in favor of default one

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


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

commit f56f749d304442103f4c81f9463f9a5cd33f73d3
Author: Alexandru Ardelean <ardeleanalex at gmail.com>
AuthorDate: Thu Oct 6 09:35:12 2016 +0300

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

diff --git a/package/kernel/i2c-gpio-custom/Makefile b/package/kernel/i2c-gpio-custom/Makefile
index 8585a5a..fb3f3bf 100644
--- a/package/kernel/i2c-gpio-custom/Makefile
+++ b/package/kernel/i2c-gpio-custom/Makefile
@@ -39,11 +39,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