blob: 02183c8eaaf031a09d071e2573b66c42ae55f791 [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 := banjo
MODULE_PACKAGE := banjo
MODULE_BANJO_LIBRARY := ddk.protocol.i2c
MODULE_BANJO_NAME := i2c
MODULE_SRCS += $(LOCAL_DIR)/i2c.banjo
include make/module.mk