summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-10-07 02:41:03 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-08 21:17:10 -0500
commitfe0d4d3f7769d5b024e8166fc075148f9cf76ba9 (patch)
tree8bc20ffe4d312cb782b815f27ec64ba9efb6660d /Makefile.target
parent1f3d3c8fd7f76150b727aa5980097d524cbb1141 (diff)
downloadqemu-fe0d4d3f7769d5b024e8166fc075148f9cf76ba9.tar.gz
Generate config-devices.h
Generate config-devices.h for each target and config-all-devices.h for common library. We don't want to name both config-devices.h to avoid path problems Patchworks-ID: 35195 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 1f2f9bcf9b..191d979332 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -30,7 +30,10 @@ kvm.o kvm-all.o: QEMU_CFLAGS+=$(KVM_CFLAGS)
config-target.h: config-target.h-timestamp
config-target.h-timestamp: config-target.mak
-all: config-target.h
+config-devices.h: config-devices.h-timestamp
+config-devices.h-timestamp: config-devices.mak
+
+all: config-target.h config-devices.h
$(call quiet-command, $(MAKE) $(PROGS),)
# Dummy command so that make thinks it has done something