Harrison Mutai | b674809 | 2025-04-25 16:03:03 +0000 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2020-2025, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
Harrison Mutai | cc89c2f | 2025-05-22 11:08:46 +0000 | [diff] [blame^] | 7 | # Path to Event Log Library (LibEventLog) |
| 8 | LIBEVLOG_PATH ?= contrib/libeventlog |
Harrison Mutai | b674809 | 2025-04-25 16:03:03 +0000 | [diff] [blame] | 9 | |
Harrison Mutai | cc89c2f | 2025-05-22 11:08:46 +0000 | [diff] [blame^] | 10 | INCLUDES += -I$(LIBEVLOG_PATH)/include |
Harrison Mutai | b674809 | 2025-04-25 16:03:03 +0000 | [diff] [blame] | 11 | |
Harrison Mutai | cc89c2f | 2025-05-22 11:08:46 +0000 | [diff] [blame^] | 12 | LIBEVLOG_SOURCES += ${LIBEVLOG_PATH}/src/event_print.c |