blob: 0a11894b3bb17761ddeebcaea79110c9a23d8488 [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)
# Common Code
LOCAL_SRCS := \
$(LOCAL_DIR)/system-topology.cpp \
$(LOCAL_DIR)/system-topology_test.cpp \
# system-topology
MODULE := $(LOCAL_DIR)
MODULE_GROUP := core
MODULE_SRCS := $(LOCAL_SRCS)
MODULE_DEPS := \
kernel/lib/fbl \
kernel/lib/unittest \
MODULE_NAME := system-topology
include make/module.mk