blob: c731d7262e68b0427547536f391cba82dd4678cd [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_SRCS := \
$(LOCAL_DIR)/el2.S \
$(LOCAL_DIR)/el2_cpu_state.cpp \
$(LOCAL_DIR)/guest.cpp \
$(LOCAL_DIR)/vcpu.cpp \
include make/module.mk