]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm: Exclude BIOS object files from header deps
authorPekka Enberg <penberg@cs.helsinki.fi>
Fri, 16 Jul 2010 13:42:13 +0000 (16:42 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Fri, 16 Jul 2010 13:42:13 +0000 (16:42 +0300)
This patch fixes build error reported by Asias.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
tools/kvm/Makefile

index 6a944bc17727e45f1f14ef769a0b73a7a9887111..ae5589e52c6cc576ba74f76dd8ddbbb6349d18a4 100644 (file)
@@ -17,11 +17,13 @@ OBJS        += kvm.o
 OBJS   += main.o
 OBJS   += mmio.o
 OBJS   += util.o
-OBJS   += bios.o
-OBJS   += bios/bios.o
 
 DEPS   := $(patsubst %.o,%.d,$(OBJS))
 
+# Exclude BIOS object files from header dependencies.
+OBJS   += bios.o
+OBJS   += bios/bios.o
+
 uname_M      := $(shell uname -m | sed -e s/i.86/i386/)
 ifeq ($(uname_M),i386)
        DEFINES      += -DCONFIG_X86_32