blob: 7ac76620398d8e55d9a37f9bcd451ae6f7ec09fa [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.
executable("fsck-msdosfs") {
sources = [
"boot.c",
"check.c",
"dir.c",
"fat.c",
"main.c",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}