diff options
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 0897a346db..6e91ee5674 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -7,6 +7,11 @@ chardev-obj-y = chardev/ slirp-obj-$(CONFIG_SLIRP) = slirp/ ####################################################################### +# authz-obj-y is code used by both qemu system emulation and qemu-img + +authz-obj-y = authz/ + +####################################################################### # block-obj-y is code used by both qemu system emulation and qemu-img block-obj-y += nbd/ @@ -125,6 +130,7 @@ trace-events-subdirs = trace-events-subdirs += accel/kvm trace-events-subdirs += accel/tcg trace-events-subdirs += audio +trace-events-subdirs += authz trace-events-subdirs += block trace-events-subdirs += chardev trace-events-subdirs += crypto |