]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
Makefile: add qga-vss-dll-obj-y to nested variables
authorTomoki Sekiyama <tomoki.sekiyama@hds.com>
Wed, 26 Mar 2014 18:28:45 +0000 (14:28 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 7 Apr 2014 19:39:19 +0000 (14:39 -0500)
The build rule for qga/vss-win32/qga-vss.dll is broken by commit
ba1183da9a10b94611cad88c44a5c6df005f9b55, because it misses
qga-vss-dll-obj-y in the list of nested variables.
This fixes build of qga-vss.dll by adding qga-vss-dll-obj-y to the list.

Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama@hds.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Makefile

index d6227995548c15abfefa4ffcc54ddb2fbda1e8ba..423e373fed3e13e4ed555926e76b503e20065745 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,7 @@ dummy := $(call unnest-vars,, \
                 stub-obj-y \
                 util-obj-y \
                 qga-obj-y \
+                qga-vss-dll-obj-y \
                 block-obj-y \
                 block-obj-m \
                 common-obj-y \