projects
/
openwrt
/
staging
/
mkresin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a24442c
)
kernel/avila-wdt: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:33:38 +0000
(09:33 +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/avila-wdt/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/avila-wdt/Makefile
b/package/kernel/avila-wdt/Makefile
index 5bf6bf4ad05beb9b9a9414ec4fb5a07d652dbf63..94bda9b8d5aab06a985ac68850a48abffefd1dc4 100644
(file)
--- a/
package/kernel/avila-wdt/Makefile
+++ b/
package/kernel/avila-wdt/Makefile
@@
-26,11
+26,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) \