blob: aee95a6e1b830447347d80d8d5c442a2172c38c2 [file] [log] [blame]
# Copyright 2019 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.
import("//build/banjo/banjo.gni")
banjo("ddk.protocol.nand") {
sources = [ "nand.banjo" ]
deps = [ "//sdk/banjo/zircon.device.nand" ]
}