From 8dee52d7a86d905b1aae4590a1f53dd4c6d2f6f4 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 22 Jul 2009 12:26:18 +0000 Subject: Don't put .o files in the source tree. (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4463 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/x86/smm/Config.lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/x86/smm/Config.lb') diff --git a/src/cpu/x86/smm/Config.lb b/src/cpu/x86/smm/Config.lb index 355693ba96..72d5dd706f 100644 --- a/src/cpu/x86/smm/Config.lb +++ b/src/cpu/x86/smm/Config.lb @@ -27,7 +27,7 @@ if CONFIG_HAVE_SMI_HANDLER smmobject smihandler.o makerule smm.o - depends "$(SMM-OBJECTS) $(TOP)/src/console/printk.o $(TOP)/src/console/vtxprintf.o $(LIBGCC_FILE_NAME)" + depends "$(SMM-OBJECTS) src/console/printk.o src/console/vtxprintf.o $(LIBGCC_FILE_NAME)" action "$(CC) $(DISTRO_LFLAGS) -nostdlib -r -o $@ $^" end -- cgit v1.2.3