#!/bin/bash build() { MODULES=$(checked_modules "/mmc") if [[ $MODULES ]]; then MODULES+=" tifm_7xx1 mmc_block" fi } help() { cat <