mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
fbbcbba172
commit
2b695fb8b6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 ...".
|
||||
|
|
Loading…
Add table
Reference in a new issue