blob: 56446253de238b11f4ca518f9e9262814e50bb96 [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/fbl \
MODULE_LIBS := \
system/ulib/c \
system/ulib/fdio \
system/ulib/zircon \
include make/module.mk