diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/nvramtool/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util/nvramtool/Makefile.inc b/util/nvramtool/Makefile.inc index 0acda04340..67710da52a 100644 --- a/util/nvramtool/Makefile.inc +++ b/util/nvramtool/Makefile.inc @@ -21,15 +21,11 @@ OS_ARCH = $(shell uname) NVRAMTOOLFLAGS := -I$(top)/util/nvramtool -ifeq ($(OS_ARCH), Darwin) -NVRAMTOOLFLAGS += -framework DirectHW -endif ifeq ($(OS_ARCH), NetBSD) NVRAMTOOLLDLFLAGS = -l$(shell uname -p) endif ifeq ($(shell uname -o), Cygwin) NVRAMTOOLFLAGS += -O2 -g -Wall -W -D__GLIBC__ -NVRAMTOOLLDFLAGS = -lioperm HOSTCFLAGS = endif |