build: fix missing trace dep on GENERATED_HEADERS
commit5689dc6557cecfd4318dea5490ecac4967081aed
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 7 Sep 2011 23:40:51 +0000 (7 18:40 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 9 Sep 2011 17:58:17 +0000 (9 12:58 -0500)
treed4a5eeb56113f6cd4fcc75f3f8099849aedd1050
parentf40d55081667a716312b9a8b6e13835c4074f56b
build: fix missing trace dep on GENERATED_HEADERS

fc764105 added an include for qemu-common.h to trace/control.h, which
made all users of this header file dependent on GENERATED_HEADERS. Since
it's used by pretty much all the trace backends now, make trace-obj-y
dependent on GENERATED_HEADERS.

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.objs