diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-07-22 12:26:18 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-07-22 12:26:18 +0000 |
commit | 8dee52d7a86d905b1aae4590a1f53dd4c6d2f6f4 (patch) | |
tree | dafc943f9b659dad7581f18959f9e9edc9d2df25 /src/cpu/x86/smm | |
parent | f5c38c0da6c678862438d16c36e792bdca17b73f (diff) | |
download | coreboot-8dee52d7a86d905b1aae4590a1f53dd4c6d2f6f4.tar.xz |
Don't put .o files in the source tree. (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4463 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/x86/smm')
-rw-r--r-- | src/cpu/x86/smm/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |