aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bsp-check
blob: cab8f99859c4bafc9e3f9c4922a3599866e2092c (plain)
1
2
3
4
5
6
#!/bin/bash

# SPDX-License-Identifier: GPL-2.0-or-later

echo "ERROR. You cannot use this BSP" > exit_msg
exit 1