blob: 098d1f86d814200a2ebaf25c9c12358ee98bb060 [file] [log] [blame]
Lee Mracek3126dc42018-06-18 04:44:39 -04001filegroup(
Austin Schuh8e17be92019-12-24 09:32:11 -08002 name = "rio_robotCommand",
3 srcs = ["robotCommand"],
Lee Mracek3126dc42018-06-18 04:44:39 -04004)
5
6sh_binary(
Austin Schuh8e17be92019-12-24 09:32:11 -08007 name = "setup_roborio",
8 srcs = ["setup_roborio.sh"],
9 data = [
10 ":rio_robotCommand",
Austin Schuhb5917092020-02-21 17:56:41 -080011 ":sctp.ko",
Austin Schuh8e17be92019-12-24 09:32:11 -080012 "@arm_frc_linux_gnueabi_repo//:compiler_pieces",
13 ],
14 visibility = ["//visibility:public"],
Lee Mracek3126dc42018-06-18 04:44:39 -040015)