DirectHW fixes for coreboot utilities
[coreboot.git] / util / inteltool / Makefile
index c6894c0afd036fa7d34ea6d12a82876b694cfd9c..db7fca0b23a07c6d2aec531bd21d77b08e5060a5 100644 (file)
@@ -31,7 +31,7 @@ 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