blob: 0f154fac0f55fba14bfc730399916ce29418caa8 [file] [log] [blame]
# Copyright 2017 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)/gauss-tdm-out.c \
$(LOCAL_DIR)/gauss-tdm-stream.cpp \
$(LOCAL_DIR)/tas57xx.cpp \
MODULE_LIBS := \
system/ulib/c \
system/ulib/driver \
system/ulib/zircon \
MODULE_STATIC_LIBS := \
system/dev/soc/aml-a113 \
system/ulib/audio-proto-utils \
system/ulib/audio-driver-proto \
system/ulib/ddk \
system/ulib/ddktl \
system/ulib/dispatcher-pool \
system/ulib/fbl \
system/ulib/sync \
system/ulib/zx \
system/ulib/zxcpp \
include make/module.mk