projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca599bb
)
kernel/rtc-rv5c386a: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:38:25 +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/rtc-rv5c386a/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/rtc-rv5c386a/Makefile
b/package/kernel/rtc-rv5c386a/Makefile
index 79eb4fd8c6006f62c48fcee8ba9105fb84319bca..e9709820707ac5903c0f0920670f37023602160c 100644
(file)
--- a/
package/kernel/rtc-rv5c386a/Makefile
+++ b/
package/kernel/rtc-rv5c386a/Makefile
@@
-21,11
+21,6
@@
define KernelPackage/rtc-rv5c386a
FILES:=$(PKG_BUILD_DIR)/rtc.ko
endef
-define Build/Prepare
- mkdir -p $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
define Build/Compile
$(MAKE) -C "$(LINUX_DIR)" \
CROSS_COMPILE="$(TARGET_CROSS)" \