blob: e4f0f04a2b770bc6d6e15f72fec05fa8f2c7d5c6 [file] [log] [blame]
# Copyright 2019 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)/cpuid.cpp \
$(LOCAL_DIR)/cpuid_test.cpp \
# system-topology
MODULE := $(LOCAL_DIR)
MODULE_GROUP := core
MODULE_SRCS := $(LOCAL_SRCS)
MODULE_DEPS := \
kernel/lib/fbl \
kernel/lib/unittest \
MODULE_NAME := cpuid
include make/module.mk