blob: ef2ba4eb8860556ba72d5ddd25b8a6dfc8891b6e [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.
zx_library("cksum") {
kernel = true
static = true
host = true
sdk = "source"
sdk_headers = [ "lib/cksum.h" ]
sources = [
"adler32.c",
"crc16.c",
"crc32.c",
]
cflags = [ "-Wno-strict-prototypes" ]
}