add dvb-firmware package
[openadk.git] / scripts / make
blobe8e518653119ed9f54a2a1fa7590b7d963f9be24
1 #!/usr/bin/env bash
2 # This file is part of the OpenADK project. OpenADK is copyrighted
3 # material, please see the LICENCE file in the top-level directory.
5 if [ -z "$(which gmake 2>/dev/null)" ];then
6 /usr/bin/make "$@"
7 else
8 gmake "$@"
9 fi