Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh # # $FreeBSD$ # if test -z "${DIR}" ; then DIR=$( make -V .OBJDIR ); fi if test -z "${DIR}" ; then DIR=$( dirname $0 ); fi make > /dev/null || exit 1 $DIR/cap_test $*