projects
/
openwrt
/
staging
/
lynxis
/
omap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e09ff19
)
kernel/w1-gpio-custom: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:39:20 +0000
(09:39 +0300)
committer
John Crispin
<john@phrozen.org>
Sat, 15 Oct 2016 09:36:53 +0000
(11:36 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/kernel/w1-gpio-custom/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/w1-gpio-custom/Makefile
b/package/kernel/w1-gpio-custom/Makefile
index bf50d1a50f0865484075473892603487e7d3f1bd..67fdc7d15e20d02714306d92652458e828594716 100644
(file)
--- a/
package/kernel/w1-gpio-custom/Makefile
+++ b/
package/kernel/w1-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) \