blob: ad92b11070bac64b12e0c9ad0b27d599d735b7e3 [file] [log] [blame]
cc_binary(
name = 'teensy_loader_cli',
srcs = [
'teensy_loader_cli.c',
],
copts = [
'-DUSE_LIBUSB',
'-Wno-format-nonliteral',
],
deps = [
'@libusb//:libusb',
],
restricted_to = ['@//tools:k8'],
)