xemu/plugins/Makefile.objs
Alex Bennée 5c5d69b0d5 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>
2019-10-28 15:12:38 +00:00

8 lines
71 B
Makefile

#
# Plugin Support
#
obj-y += loader.o
obj-y += core.o
obj-y += api.o