X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=util%2Finteltool%2FMakefile;h=db7fca0b23a07c6d2aec531bd21d77b08e5060a5;hb=2d7ab4c559ae1da8ebf1107b179e3a136b869beb;hp=248e51f726804d5267275b8a8f641d4499633aa8;hpb=f7f2f258d8b44218c2efb83cfb276890fd4fb95c;p=coreboot.git diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile index 248e51f72..db7fca0b2 100644 --- a/util/inteltool/Makefile +++ b/util/inteltool/Makefile @@ -1,9 +1,9 @@ # # Makefile for inteltool utility # -# Copyright (C) 2008 by coresystems GmbH -# written by Stefan Reinauer -# +# Copyright (C) 2008 by coresystems GmbH +# written by Stefan Reinauer +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or @@ -25,13 +25,18 @@ CC = gcc INSTALL = /usr/bin/install PREFIX = /usr/local CFLAGS = -O2 -g -Wall -W -LDFLAGS = -lpci -lz +LDFLAGS = -lpci -lz OBJS = inteltool.o cpu.o gpio.o rootcmplx.o powermgt.o memory.o pcie.o OS_ARCH = $(shell uname) ifeq ($(OS_ARCH), Darwin) -LDFLAGS = -framework DirectIO -lpci -lz +LDFLAGS = -framework DirectHW -lpci -lz +endif +ifeq ($(OS_ARCH), FreeBSD) +CFLAGS += -I/usr/local/include +LDFLAGS += -L/usr/local/lib +LIBS = -lz endif all: pciutils dep $(PROGRAM)