9 lines
168 B
Makefile
9 lines
168 B
Makefile
#
|
|
# Copyright (c) 2021, Arm Limited. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
GPT_LIB_SRCS := $(addprefix lib/gpt_rme/, \
|
|
gpt_rme.c)
|