diff options
Diffstat (limited to 'tests/plugin/Makefile')
-rw-r--r-- | tests/plugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugin/Makefile b/tests/plugin/Makefile index 3656429d46..75467b6db8 100644 --- a/tests/plugin/Makefile +++ b/tests/plugin/Makefile @@ -12,6 +12,7 @@ NAMES += insn NAMES += mem NAMES += hotblocks NAMES += howvec +NAMES += hotpages SONAMES := $(addsuffix .so,$(addprefix lib,$(NAMES))) |