DirectHW fixes for coreboot utilities
[coreboot.git] / util / nvramtool / Makefile
index e0054cde34e1be07ac2337c9904e57f710a5349b..a75c70da5ce6fe54bedb66e9c5f475f0eeef99b4 100644 (file)
@@ -37,7 +37,7 @@ OBJS += $(CLI_OBJS)
 
 OS_ARCH        = $(shell uname)
 ifeq ($(OS_ARCH), Darwin)
-LDFLAGS = -framework DirectIO
+LDFLAGS = -framework DirectHW
 endif
 ifeq ($(OS_ARCH), NetBSD)
 LDFLAGS = -l$(shell uname -p)