aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/om-watchdog
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2017-05-11 23:53:41 +0200
committerPiotr Dymacz <pepe2k@gmail.com>2017-05-15 22:43:33 +0200
commitf7e84a4a2ea5f4a5ffa4718db6e0f7356ebd807e (patch)
treede3c09a6ab8005ee8a7e96884284e1fc9e50e920 /package/kernel/om-watchdog
parentf4a97c7f5db7d2ea3c499677305fad2b6b872bd7 (diff)
downloadupstream-f7e84a4a2ea5f4a5ffa4718db6e0f7356ebd807e.tar.gz
upstream-f7e84a4a2ea5f4a5ffa4718db6e0f7356ebd807e.tar.bz2
upstream-f7e84a4a2ea5f4a5ffa4718db6e0f7356ebd807e.zip
om-watchdog: cleanup Makefile
Drop redundant Build/Prepare, empty lines and duplicated Build/Compile. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'package/kernel/om-watchdog')
-rw-r--r--package/kernel/om-watchdog/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/package/kernel/om-watchdog/Makefile b/package/kernel/om-watchdog/Makefile
index 7d517a11eb..cf92ffb641 100644
--- 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))
-