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
This commit is contained in:
parent
f5c38c0da6
commit
8dee52d7a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue