[coreboot-gerrit] New patch to review for coreboot: bimgtool: Drop unused targets and variables from Makefile

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Feb 10 03:11:03 CET 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13653

-gerrit

commit 1831972eea76a15aa2f2f038d439d41a325437fe
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Tue Feb 9 17:53:59 2016 -0800

    bimgtool: Drop unused targets and variables from Makefile
    
    dep has not been defined (and will hence break the build)
    LDFLAGS is not used.
    
    Change-Id: I4f91e1e7a176367aa4e1a1c63a2afc0b3186767e
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 util/bimgtool/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/util/bimgtool/Makefile b/util/bimgtool/Makefile
index 3bd0f07..ca4a9d9 100644
--- a/util/bimgtool/Makefile
+++ b/util/bimgtool/Makefile
@@ -6,9 +6,8 @@ CFLAGS += -D_7ZIP_ST
 CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes
 CFLAGS += -Wwrite-strings -Wredundant-decls -Wno-trigraphs
 CFLAGS += -Wstrict-aliasing -Wshadow -Werror
-LDFLAGS += -g
 
-all: dep $(obj)/bimgtool
+all: $(obj)/bimgtool
 
 clean:
 	rm -f $(obj)/bimgtool



More information about the coreboot-gerrit mailing list