blob: 1219bde8048e326225516f27fb9b8b6bd498d66b [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 := usertest
MODULE_SRCS += \
$(LOCAL_DIR)/rtc.cpp
MODULE_NAME := rtc-lib-test
MODULE_STATIC_LIBS := \
system/ulib/rtc \
system/ulib/ddk
MODULE_LIBS := \
system/ulib/c \
system/ulib/zircon \
system/ulib/fdio \
system/ulib/unittest
MODULE_FIDL_LIBS := \
system/fidl/fuchsia-hardware-rtc
include make/module.mk