diff options
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index ecfe03c195..fe02ee2cf4 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -104,3 +104,8 @@ target-obj-y += trace/ # by libqemuutil.a. These should be moved to a separate .json schema. qga-obj-y = qga/ qga-vss-dll-obj-y = qga/ + +###################################################################### +# contrib +ivshmem-client-obj-y = contrib/ivshmem-client/ +ivshmem-server-obj-y = contrib/ivshmem-server/ |