From 54cb65d8588b67853a8898eb73e82d76c1a1e2e1 Mon Sep 17 00:00:00 2001 From: "Emilio G. Cota" Date: Wed, 30 Aug 2017 18:39:53 -0400 Subject: plugin: add core code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emilio G. Cota [AJB: moved directory and merged various fixes] Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson --- plugins/Makefile.objs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugins/Makefile.objs (limited to 'plugins/Makefile.objs') diff --git a/plugins/Makefile.objs b/plugins/Makefile.objs new file mode 100644 index 0000000000..58940335bc --- /dev/null +++ b/plugins/Makefile.objs @@ -0,0 +1,6 @@ +# +# Plugin Support +# + +obj-y += loader.o +obj-y += core.o -- cgit v1.2.3