blob: 2537bb6db119165aa3d2cc83599ac577fd03de00 [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
SRC_DIR := system/ulib/zxcpp
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_SRCS := \
$(SRC_DIR)/new.cpp \
$(SRC_DIR)/pure_virtual.cpp \
KERNEL_INCLUDES += $(SRC_DIR)/include
include make/module.mk