projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4a97c7
)
om-watchdog: cleanup Makefile
author
Piotr Dymacz
<pepe2k@gmail.com>
Thu, 11 May 2017 21:53:41 +0000
(23:53 +0200)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Mon, 15 May 2017 20:43:33 +0000
(22:43 +0200)
Drop redundant Build/Prepare, empty lines and duplicated Build/Compile.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
package/kernel/om-watchdog/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/om-watchdog/Makefile
b/package/kernel/om-watchdog/Makefile
index 7d517a11ebbddd8de323729a1b49f724f327f17e..cf92ffb641963382f5287b693bb0b4998888651c 100644
(file)
--- a/
package/kernel/om-watchdog/Makefile
+++ b/
package/kernel/om-watchdog/Makefile
@@
-24,12
+24,6
@@
define Package/om-watchdog/description
This package contains the hw watchdog script for the OM1P and OM2P device.
endef
-define Build/Prepare
-endef
-
-define Build/Compile
-endef
-
define Build/Compile
endef
@@
-40,6
+34,4
@@
define Package/om-watchdog/install
$(INSTALL_BIN) ./files/om-watchdog $(1)/sbin/om-watchdog
endef
-
$(eval $(call BuildPackage,om-watchdog))
-