blob: c34e7bca21af4e84f27d748c8bf176e269915f3c [file] [log] [blame]
# Copyright 2017 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.
LOCAL_DIR := $(GET_LOCAL_DIR)
LZ4_DIR := third_party/ulib/lz4
CKSUM_DIR := third_party/ulib/cksum
MODULE := $(LOCAL_DIR)
MODULE_TYPE := hostapp
MODULE_SRCS += \
$(LZ4_DIR)/lz4.c \
$(LZ4_DIR)/lz4frame.c \
$(LZ4_DIR)/lz4hc.c \
$(LZ4_DIR)/xxhash.c \
$(CKSUM_DIR)/crc32.c \
$(LOCAL_DIR)/mkbootfs.c \
MODULE_CFLAGS := -I$(LZ4_DIR)/include/lz4 -I$(CKSUM_DIR)/include
include make/module.mk