projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe0940
)
kernel/wrt55agv2-spidevs: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:39:52 +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/wrt55agv2-spidevs/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/wrt55agv2-spidevs/Makefile
b/package/kernel/wrt55agv2-spidevs/Makefile
index a63180b8f945359f323e9502fb7b8d796bbf4fda..169f6b4da1a43812be2be086fad30bb18dd3cf58 100644
(file)
--- a/
package/kernel/wrt55agv2-spidevs/Makefile
+++ b/
package/kernel/wrt55agv2-spidevs/Makefile
@@
-29,11
+29,6
@@
MAKE_OPTS:= \
CROSS_COMPILE="$(TARGET_CROSS)" \
SUBDIRS="$(PKG_BUILD_DIR)"
-define Build/Prepare
- mkdir -p $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
define Build/Compile
$(MAKE) -C "$(LINUX_DIR)" \
$(MAKE_OPTS) \