Lee Mracek | 3126dc4 | 2018-06-18 04:44:39 -0400 | [diff] [blame] | 1 | filegroup( |
Austin Schuh | 8e17be9 | 2019-12-24 09:32:11 -0800 | [diff] [blame] | 2 | name = "rio_robotCommand", |
| 3 | srcs = ["robotCommand"], |
Lee Mracek | 3126dc4 | 2018-06-18 04:44:39 -0400 | [diff] [blame] | 4 | ) |
| 5 | |
| 6 | sh_binary( |
Austin Schuh | 8e17be9 | 2019-12-24 09:32:11 -0800 | [diff] [blame] | 7 | name = "setup_roborio", |
| 8 | srcs = ["setup_roborio.sh"], |
| 9 | data = [ |
| 10 | ":rio_robotCommand", |
Austin Schuh | b591709 | 2020-02-21 17:56:41 -0800 | [diff] [blame] | 11 | ":sctp.ko", |
Austin Schuh | 8e17be9 | 2019-12-24 09:32:11 -0800 | [diff] [blame] | 12 | "@arm_frc_linux_gnueabi_repo//:compiler_pieces", |
| 13 | ], |
| 14 | visibility = ["//visibility:public"], |
Lee Mracek | 3126dc4 | 2018-06-18 04:44:39 -0400 | [diff] [blame] | 15 | ) |