blob: a2541484b4b0265beaca70027d93ecb4c0ae2b43 [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)
MODULE := $(LOCAL_DIR).host
MODULE_NAME := minfs
MODULE_TYPE := hostapp
MODULE_SRCS := \
$(LOCAL_DIR)/main.cpp \
system/ulib/bitmap/raw-bitmap.cpp \
MODULE_COMPILEFLAGS := \
-Werror-implicit-function-declaration \
-Wstrict-prototypes -Wwrite-strings \
-Isystem/ulib/bitmap/include \
-Isystem/ulib/zxcpp/include \
-Isystem/ulib/fdio/include \
-Isystem/ulib/fbl/include \
-Isystem/ulib/fs/include \
-Isystem/ulib/fzl/include \
-Isystem/ulib/minfs/include \
-Isystem/ulib/fs-host/include \
MODULE_HOST_LIBS := \
system/ulib/fbl.hostlib \
system/ulib/fs.hostlib \
system/ulib/minfs.hostlib \
system/ulib/fs-host.hostlib \
MODULE_PACKAGE := bin
include make/module.mk