diff options
Diffstat (limited to 'plugins/Makefile.objs')
-rw-r--r-- | plugins/Makefile.objs | 6 |
1 files changed, 6 insertions, 0 deletions
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 |