Searched hist:df2943ba3c73ca21dbda063f15fa3e80064af864 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | Makefile | e14056ad0573282513f15081be0ce9dc51e09426 Mon Nov 01 13:09:38 CDT 2010 Blue Swirl <blauwirbel@gmail.com> Fix out of tree build
df2943ba3c73ca21dbda063f15fa3e80064af864 broke out of tree build.
Fix breakage by adding $(SRC_PATH).
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> df2943ba3c73ca21dbda063f15fa3e80064af864 Tue Oct 26 10:53:41 CDT 2010 Michael S. Tsirkin <mst@redhat.com> qemu-options.def: add to generated header list
All files include qemu-options.h which pulls in qemu-options.def from the root directory. Thus generating qemu-options.def from Makefile.objs under the target directory is not effective.
Further, people expect .def file to get cleaned with make clean: it does not have state so no reason to defer removing it until distclean. Also add a rule to remove old files that might be around.
This fixes the error: ‘QEMU_OPTION_spice’ undeclared (first use in this function) error that some people reported which is really down to an out of date .def file.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|