# mtk nand ecc tools

include $(TOPDIR)/rules.mk

PKG_NAME:=ECC_TOOL
PKG_RELEASE:=1

include $(INCLUDE_DIR)/host-build.mk

define Host/Prepare
endef

define Host/Configure
endef

define Host/Compile
endef

define Host/Install
	$(INSTALL_DIR) $(STAGING_DIR_HOST)/bin
	$(CP) ./MT7621/BCH* $(STAGING_DIR_HOST)/bin/
endef

$(eval $(call HostBuild))
