projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b3ba5a
)
kernel/spi-gpio-custom: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:38:42 +0000
(09:38 +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/spi-gpio-custom/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/spi-gpio-custom/Makefile
b/package/kernel/spi-gpio-custom/Makefile
index 3282f0638ce539566be82fd99b8dfaa2ae27ddc5..e6d692db443c5afa0591a1bed1053ec3d9c566a6 100644
(file)
--- a/
package/kernel/spi-gpio-custom/Makefile
+++ b/
package/kernel/spi-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) \