blob: e09d1927ae285ef2bab4f6453770aaa3884a7b69 [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 := userlib
MODULE_SRCS += \
$(LOCAL_DIR)/vmar_manager.cpp \
$(LOCAL_DIR)/vmo_mapper.cpp \
MODULE_STATIC_LIBS := \
system/ulib/zx \
system/ulib/fbl
MODULE_PACKAGE := src
include make/module.mk