om-watchdog: cleanup Makefile

Drop redundant Build/Prepare, empty lines and duplicated Build/Compile.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
Piotr Dymacz 2017-05-11 23:53:41 +02:00
parent 8011215ad2
commit da4992f822

View File

@ -24,12 +24,6 @@ define Package/om-watchdog/description
This package contains the hw watchdog script for the OM1P and OM2P device. This package contains the hw watchdog script for the OM1P and OM2P device.
endef endef
define Build/Prepare
endef
define Build/Compile
endef
define Build/Compile define Build/Compile
endef endef
@ -40,6 +34,4 @@ define Package/om-watchdog/install
$(INSTALL_BIN) ./files/om-watchdog $(1)/sbin/om-watchdog $(INSTALL_BIN) ./files/om-watchdog $(1)/sbin/om-watchdog
endef endef
$(eval $(call BuildPackage,om-watchdog)) $(eval $(call BuildPackage,om-watchdog))