mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
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>
This commit is contained in:
1
Makefile
1
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)
|
||||
|
Reference in New Issue
Block a user