SystemAgent_BR2/buildroot_make.sh

4 lines
86 B
Bash
Raw Normal View History

2021-06-12 13:48:23 +00:00
#!/bin/bash
2021-06-20 09:57:42 +00:00
make O=${PWD}/output BR2_EXTERNAL=${PWD}/external_tree -C buildroot "$@"