blob: 986eacd845b5d40b6fa963f80459a2942852f60d [file] [log] [blame]
# Copyright 2021 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/cpp/library_headers.gni")
library_headers("sdio_headers") {
headers = [ "lib/sdio/hw.h" ]
deps = [ "//src/devices/block/lib/sdmmc" ]
}
source_set("sdio") {
public_deps = [ ":sdio_headers" ]
}