Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
makefiles/suit: replace GNU cp -t with UNIX cp
UNIX `cp` command does not have the `-t` option like its GNU variant. Hence, it usage breaks building RIOT e.g. on FreeBSD.
- Loading branch information