Added PCBA build

This commit is contained in:
Michel-FK
2020-07-27 21:09:31 +02:00
parent e391eeaeed
commit 3dd8a49f7f
39 changed files with 3006 additions and 2 deletions

5
have
View File

@@ -4,8 +4,11 @@ case "$1" in
fun)
buildroot/utils/brmake -C buildroot BR2_EXTERNAL=../FunKey O=../FunKey/output
;;
pcba)
buildroot/utils/brmake -C buildroot BR2_EXTERNAL=../PCBA O=../PCBA/output
;;
*)
echo "You can only have fun!" >&2
echo "You can only have fun or pcba!" >&2
exit 1
;;
esac