From 2b695fb8b6c719e1669922b258982fe4aeea363b Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 5 Mar 2007 23:24:36 +0000 Subject: [PATCH] Put output files into build/ instead of lbobj/ (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@198 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25a4abf9a0..7d1bde164a 100644 --- a/Makefile +++ b/Makefile @@ -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 ...".