| commit | a2c592f0bba67b64db227d8ec7e29077831086a2 | [log] [tgz] |
|---|---|---|
| author | Youssef Kandil <youssefkandil@aucegypt.edu> | Sun Jan 15 05:57:29 2023 +0200 |
| committer | Youssef Kandil <youssefkandil@aucegypt.edu> | Sun Jan 15 05:57:29 2023 +0200 |
| tree | 2dbdcd7680d02a4b5a02ebe2f60df579dbcc96b6 | |
| parent | b76b9e53d907de3f06cb62c45b0d8838325e8b31 [diff] |
adding PLUGIN_DIR Signed-off-by: Youssef Kandil <youssefkandil@aucegypt.edu>
diff --git a/clockgating-plugin/Makefile b/clockgating-plugin/Makefile index 16937fa..5b4219e 100644 --- a/clockgating-plugin/Makefile +++ b/clockgating-plugin/Makefile
@@ -14,6 +14,8 @@ # # SPDX-License-Identifier: Apache-2.0 +PLUGIN_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))) + NAME = reg_clock_gating SOURCES = reg_clock_gating.cc include ../Makefile_plugin.common