X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=util%2Fsuperiotool%2FMakefile;h=5cc7650ad81d03977eba2104462de09456deb3e7;hb=113c3497201a28fd58335788da5e206ea8902b90;hp=00a1cc0d7b7fa7c22c32668e6e39c09da53e0f69;hpb=cff573d3a455c20d427e70db84fd2acfe59194d1;p=coreboot.git diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index 00a1cc0d7..5cc7650ad 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -29,11 +29,12 @@ 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 -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 +OBJS = superiotool.o serverengines.o ali.o fintek.o ite.o nsc.o nuvoton.o \ + smsc.o winbond.o OS_ARCH = $(shell uname) ifeq ($(OS_ARCH), Darwin) @@ -56,7 +57,7 @@ CONFIG_PCI = yes ifeq ($(CONFIG_PCI), yes) CFLAGS += -DPCI_SUPPORT LIBS += -lpci -OBJS += pci.o via.o +OBJS += pci.o via.o amd.o endif all: $(PROGRAM)