From 82c06bd2d5093f9d26c9da4fa1d65828972c4c9b Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Fri, 28 Sep 2012 15:58:05 +0800 Subject: nvramtool: Require no hw access for integrated Makefile The Makefile.inc is integraged into coreboot Makefile. It doesn't need to access to HW like cmos. It doesn't include cmos-hw-unix.c, which is only for individual tools running seperatedly. Change-Id: Ib00b5c3da63acb4120cb23eb7d661c5bc75d7c86 Signed-off-by: Zheng Bao Signed-off-by: Zheng Bao Reviewed-on: http://review.coreboot.org/1544 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/nvramtool/Makefile.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'util') 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 -- cgit v1.2.3