Pudding_LWGW_BR2/buildroot_make.sh
2021-08-22 21:27:40 +08:00

4 lines
86 B
Bash
Executable File

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