summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-03-18 22:00:15 +0000
committerstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-03-18 22:00:15 +0000
commitce3a6573fa2130d8fdc1e04e997b131fe3f2faf5 (patch)
treec1744ce0e1c53f62aac9d4cd8b14f24a367434a1 /Makefile
parent855515ffc96c80b23199af0e3dfb42956dfd3c1c (diff)
downloadflashrom-ce3a6573fa2130d8fdc1e04e997b131fe3f2faf5.tar.gz
Update port of flashrom package to Mac OS X using DirectHW:
http://www.coreboot.org/DirectHW Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1282 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cd73262..fce2708 100644
--- a/Makefile
+++ b/Makefile
@@ -44,8 +44,8 @@ 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
+# DirectHW framework can be found in the DirectHW library.
+LDFLAGS += -framework IOKit -framework DirectHW -L/opt/local/lib -L/usr/local/lib
endif
ifeq ($(OS_ARCH), FreeBSD)
CPPFLAGS += -I/usr/local/include