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