X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=util%2Fsuperiotool%2FMakefile;h=862a7a64160fe4d8af198c9ccdeb63ea2f14bca7;hb=280275dcb5348202f5e545a7fdb4e896eb417906;hp=6b994e066b6d702aff95cd5771c17dbdfc05126c;hpb=3613d05e24514d7e2b6db96f85076a13b0502932;p=coreboot.git diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index 6b994e066..862a7a641 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -29,8 +29,9 @@ PREFIX = /usr/local SVNDEF := -D'SUPERIOTOOL_VERSION="$(shell svnversion -cn . \ | sed -e "s/.*://" -e "s/\([0-9]*\).*/\1/")"' -CFLAGS = -O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing \ +CFLAGS += -O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing \ -Werror-implicit-function-declaration -ansi -pedantic $(SVNDEF) +LDFLAGS += -lz OBJS = superiotool.o ali.o fintek.o ite.o nsc.o nuvoton.o smsc.o winbond.o