From fe0d4d3f7769d5b024e8166fc075148f9cf76ba9 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 7 Oct 2009 02:41:03 +0200 Subject: 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 Signed-off-by: Anthony Liguori --- Makefile.target | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 1f2f9bc..191d979 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 -- cgit v1.1