projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28502a9
)
kernel/rotary-gpio-custom: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<
[email protected]
>
Thu, 6 Oct 2016 06:37:38 +0000
(09:37 +0300)
committer
John Crispin
<
[email protected]
>
Sat, 15 Oct 2016 09:36:53 +0000
(11:36 +0200)
Signed-off-by: Alexandru Ardelean <
[email protected]
>
package/kernel/rotary-gpio-custom/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/rotary-gpio-custom/Makefile
b/package/kernel/rotary-gpio-custom/Makefile
index 315ec31f4b56494ffd7cd3849698e6e18367bc4a..f338fe7ad07dc7628569ac07dc138fb5677cd9c0 100644
(file)
--- a/
package/kernel/rotary-gpio-custom/Makefile
+++ b/
package/kernel/rotary-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) \