#!/bin/sh # build everything with : ./build.sh modules set -e make -C gpio "$@" make -C tdm "$@" make -C xhfc "$@" make -C xivovp "$@"