make only needs to read Makefile.incs once, thanks to the
[coreboot.git] / util / cbfstool / Makefile.inc
index 782ce375b378672e93202510fac51e7b3df96f5a..d2af3d61ac08b5dccc4d5ece27f873ddd10b9ddd 100644 (file)
@@ -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
-