Put output files into build/ instead of lbobj/ (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@198 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-03-05 23:24:36 +00:00
parent fbbcbba172
commit 2b695fb8b6

View file

@ -29,7 +29,7 @@ have_dotconfig := $(wildcard .config)
have_dotxcompile := $(wildcard .xcompile)
src:=$(shell pwd)
obj:=$(shell pwd)/lbobj
obj:=$(shell pwd)/build
export src obj
# Do not print "Entering directory ...".