diff options
Diffstat (limited to 'util')
-rwxr-xr-x | util/abuild/abuild | 2 | ||||
-rw-r--r-- | util/cbfstool/Makefile.inc | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/util/abuild/abuild b/util/abuild/abuild index d982835983..fbb801ec82 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -18,7 +18,7 @@ ABUILD_DATE="January 29th, 2010" ABUILD_VERSION="0.9" # Where shall we place all the build trees? -TARGET=$( pwd )/coreboot-builds +TARGET=coreboot-builds XMLFILE=$( pwd )/abuild.xml # path to payload. Should be more generic diff --git a/util/cbfstool/Makefile.inc b/util/cbfstool/Makefile.inc index 782ce375b3..d2af3d61ac 100644 --- a/util/cbfstool/Makefile.inc +++ b/util/cbfstool/Makefile.inc @@ -1,6 +1,3 @@ - -ifdef POST_EVALUATION - cbfsobj := cbfsobj += common.o cbfsobj += compress.o @@ -53,5 +50,3 @@ $(obj)/util/cbfstool/cbfstool: $(obj)/util/cbfstool $(addprefix $(obj)/util/cbfs printf " HOSTCXX $(subst $(obj)/,,$(@)) (link)\n" $(HOSTCXX) $(CBFSTOOLFLAGS) -o $@ $(addprefix $(obj)/util/cbfstool/,$(cbfsobj)) -endif - |