SystemAgent_BR2/buildroot_make.sh

4 lines
86 B
Bash
Executable File

#!/bin/bash
make O=${PWD}/output BR2_EXTERNAL=${PWD}/external_tree -C buildroot "$@"