blob: 52edd94f02a512b09240b74c5864c240b2572ba7 [file] [log] [blame]
Brian Silverman82bf7cf2017-06-24 14:48:10 -07001cc_binary(
Austin Schuhdde64052019-12-11 20:28:00 -08002 name = "teensy_loader_cli",
3 srcs = [
4 "teensy_loader_cli.c",
5 ],
6 copts = [
7 "-DUSE_LIBUSB",
Austin Schuhdde64052019-12-11 20:28:00 -08008 ],
Philipp Schraderdada1072020-11-24 11:34:46 -08009 target_compatible_with = ["@platforms//cpu:x86_64"],
Austin Schuhdde64052019-12-11 20:28:00 -080010 deps = [
11 "@libusb",
12 ],
Brian Silverman82bf7cf2017-06-24 14:48:10 -070013)