From: Piotr Dymacz Date: Thu, 11 May 2017 21:53:41 +0000 (+0200) Subject: om-watchdog: cleanup Makefile X-Git-Url: http://plrg.eecs.uci.edu/git/?p=lede.git;a=commitdiff_plain;h=da4992f822995bd0d4d7d892da1b4b91412bb22b om-watchdog: cleanup Makefile Drop redundant Build/Prepare, empty lines and duplicated Build/Compile. Signed-off-by: Piotr Dymacz --- 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)) -