1# Copyright 2018 The Fuchsia Authors
2#
3# Use of this source code is governed by a MIT-style
4# license that can be found in the LICENSE file or at
5# https://opensource.org/licenses/MIT
6
7SRC_DIR := system/ulib/smbios
8LOCAL_DIR := $(GET_LOCAL_DIR)
9MODULE := $(LOCAL_DIR)
10
11KERNEL_INCLUDES += $(SRC_DIR)/include
12
13MODULE_SRCS := \
14    $(SRC_DIR)/smbios.cpp \
15
16include make/module.mk
17
18