diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-05-11 23:53:41 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-05-15 22:55:41 +0200 |
commit | da4992f822995bd0d4d7d892da1b4b91412bb22b (patch) | |
tree | 63633bc0905d54e15b0227aa9f0116566e1b64cb | |
parent | 8011215ad220c18da5a35bd188a92f1d6aba4422 (diff) | |
download | mtk-20170518-da4992f822995bd0d4d7d892da1b4b91412bb22b.zip mtk-20170518-da4992f822995bd0d4d7d892da1b4b91412bb22b.tar.gz mtk-20170518-da4992f822995bd0d4d7d892da1b4b91412bb22b.tar.bz2 |
om-watchdog: cleanup Makefile
Drop redundant Build/Prepare, empty lines and duplicated Build/Compile.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
-rw-r--r-- | package/kernel/om-watchdog/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/kernel/om-watchdog/Makefile b/package/kernel/om-watchdog/Makefile index 7d517a1..cf92ffb 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)) - |