blob: 97c8c756363d11ad93dc494dee4d8fff52ade667 [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
executable("driverinfo") {
if (is_fuchsia) {
configs += [ "//build/unification/config:zircon-migrated" ]
}
sources = [ "driver-info-app.c" ]
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/driver-info",
]
}