Fix building with relative path to object directory outside the source tree
authorPatrick Georgi <patrick.georgi@secunet.com>
Fri, 20 May 2011 22:17:58 +0000 (22:17 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Fri, 20 May 2011 22:17:58 +0000 (22:17 +0000)
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6604 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

Makefile.inc

index 2bd7b725e23fdd4dc393bed7ca8318d51a2070a0..76bfc262f2fd2e7453e275470a6de03343aec66d 100644 (file)
@@ -179,7 +179,7 @@ $(objutil)/%.o: $(objutil)/%.c
        @printf "    HOSTCC     $(subst $(objutil)/,,$(@))\n"
        $(HOSTCC) -MMD -I$(subst $(objutil)/,util/,$(dir $<)) -I$(dir $<) $(HOSTCFLAGS) -c -o $@ $<
 
-$(obj)/%.ramstage.o: $(obj)/%.c $(obj)/config.h $(OPTION_TABLE_H)
+$(abspath $(obj))/%.ramstage.o: $(obj)/%.c $(obj)/config.h $(OPTION_TABLE_H)
        @printf "    CC         $(subst $(obj)/,,$(@))\n"
        $(CC) -MMD $(CFLAGS) -c -o $@ $<