summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-03-18 22:00:15 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2011-03-18 22:00:15 +0000
commit83704c5a09c5bd6d9ad4400dd6555b916ff06a7a (patch)
treec1744ce0e1c53f62aac9d4cd8b14f24a367434a1 /Makefile
parenteacbd1634d70d2516b793d8470f18cd6514cf3b1 (diff)
downloadast2050-flashrom-83704c5a09c5bd6d9ad4400dd6555b916ff06a7a.zip
ast2050-flashrom-83704c5a09c5bd6d9ad4400dd6555b916ff06a7a.tar.gz
Update port of flashrom package to Mac OS X using DirectHW
http://www.coreboot.org/DirectHW Corresponding to flashrom svn r1282. 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>
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
OpenPOWER on IntegriCloud