17 linhas
333 B
Plaintext
17 linhas
333 B
Plaintext
# Copyright 2016 The Fuchsia Authors
|
|
#
|
|
# Use of this source code is governed by a MIT-style
|
|
# license that can be found in the LICENSE file or at
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
module("usbtest") {
|
|
sources = [
|
|
"descriptor.c",
|
|
"usbtest.c",
|
|
]
|
|
deps = [
|
|
"//kernel/dev/usb/client",
|
|
"//kernel/lib/libc",
|
|
]
|
|
}
|