On 28/03/19 17:01, Laurent Vivier wrote: > +ifeq ($(CONFIG_BLOCK),y) > trace-events-subdirs += authz > trace-events-subdirs += block > -trace-events-subdirs += crypto > +trace-events-subdirs += io > +trace-events-subdirs += nbd > +trace-events-subdirs += scsi > +trace-events-subdirs += hw/display # needed by qemu-edid > +endif
It's a bit strange to put hw/display here. Maybe just leave it unconditional? Paolo