blob: 911496d3346a75ee234c95687ea7d20b4fce533a [file] [log] [blame]
# Copyright 2016 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_TYPE := driver
MODULE_STATIC_LIBS := ulib/ddk ulib/hexdump
MODULE_LIBS := ulib/driver ulib/magenta ulib/musl ulib/mxio
MODULE := usb-serial
MODULE_SRCS := $(LOCAL_DIR)/ftdi.c
include make/module.mk