blob: f7f78809a77503b4f2af916dc226ea65e0eed155 [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 := $(LOCAL_DIR)
MODULE_TYPE := driver
MODULE_NAME := platform-bus
MODULE_SRCS := \
$(LOCAL_DIR)/platform-bus.c \
$(LOCAL_DIR)/platform-device.c \
$(LOCAL_DIR)/platform-resources.c \
MODULE_STATIC_LIBS := system/ulib/ddk
MODULE_LIBS := system/ulib/mdi system/ulib/driver system/ulib/magenta system/ulib/c
include make/module.mk