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 ...".