blob: 2b2fe6346d1491abd5b11475853bcbb65606a5e2 [file] [log] [blame]
# Copyright 2018 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)
MODULE_TYPE := userapp
MODULE_GROUP := core
MODULE_SRCS := \
$(LOCAL_DIR)/main.cpp \
MODULE_STATIC_LIBS := \
system/ulib/devmgr-integration-test \
system/ulib/devmgr-launcher \
system/ulib/fbl \
system/ulib/fzl \
system/ulib/zx \
system/ulib/zxcpp \
MODULE_LIBS := \
system/ulib/c \
system/ulib/fdio \
system/ulib/fs-management \
system/ulib/zircon \
MODULE_FIDL_LIBS := \
system/fidl/fuchsia-hardware-nand \
include make/module.mk