summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-10-06 23:16:10 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-10-06 23:16:10 +0000
commitf992c19fcaba3567fb11767ad0b9aaf22459abc2 (patch)
tree5da8353549aa36d8e19733514fad9d15e040dea7 /Makefile
parent3e85442e337e47db7bc5bed23dc079c7a2abe2cf (diff)
downloadast2050-flashrom-f992c19fcaba3567fb11767ad0b9aaf22459abc2.zip
ast2050-flashrom-f992c19fcaba3567fb11767ad0b9aaf22459abc2.tar.gz
Rename Direct I/O library to DirectHW
The Direct I/O library for Mac OS X is now called DirectHW to make sure people can find it via an internet search. DirectIO was a generic name for a concept and thus not a good distinguisher for a library. Corresponding to flashrom svn r1198. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Idwer Vollering <vidwer@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e83fc0b..54f04b9 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ STRIP_ARGS = -s
endif
ifeq ($(OS_ARCH), Darwin)
CPPFLAGS += -I/opt/local/include -I/usr/local/include
+# DirectIO framework can be found in the DirectHW library.
LDFLAGS += -framework IOKit -framework DirectIO -L/opt/local/lib -L/usr/local/lib
endif
ifeq ($(OS_ARCH), FreeBSD)
OpenPOWER on IntegriCloud