diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-06-13 14:58:58 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-10-28 15:12:38 +0000 |
commit | 5c5d69b0d523ad335b901800fc443aec77ec4688 (patch) | |
tree | 27edfee40dbc3bbb392479ae7711fa7a00eef450 /plugins/Makefile.objs | |
parent | 54cb65d8588b67853a8898eb73e82d76c1a1e2e1 (diff) |
plugin: add implementation of the api
[AJB: split from the core code commit]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'plugins/Makefile.objs')
-rw-r--r-- | plugins/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Makefile.objs b/plugins/Makefile.objs index 58940335bc..95baabf3d2 100644 --- a/plugins/Makefile.objs +++ b/plugins/Makefile.objs @@ -4,3 +4,4 @@ obj-y += loader.o obj-y += core.o +obj-y += api.o |