blob: 245edb396aa86e6b2277e65826ab3927a1e51134 [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 := driver
MODULE_SRCS += \
$(LOCAL_DIR)/tcs3400.c \
$(LOCAL_DIR)/tcs3400.cpp \
MODULE_STATIC_LIBS := \
system/ulib/ddk \
system/ulib/ddktl \
system/ulib/hid \
system/ulib/zxcpp \
system/ulib/fbl \
system/ulib/sync \
system/ulib/zx \
MODULE_LIBS := \
system/ulib/c \
system/ulib/driver \
system/ulib/zircon \
include make/module.mk