append-flags -fPIC -c
for driver in "${drivers}" ; do
emake ${driver}
emake CC="$(tc-getCC)" COMMON_LDFLAGS="${LDFLAGS}" ${driver}
done
}