Add NetBSD support to nvramtool.
Signed-off-by: <jakllsch@kollasch.net> Acked-by: Patrick Georgi <patrick.georgi@secunet.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6338 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Jonathan A. Kollasch
parent
167b792327
commit
b0c94a1866
@@ -39,6 +39,9 @@ OS_ARCH = $(shell uname)
|
||||
ifeq ($(OS_ARCH), Darwin)
|
||||
LDFLAGS = -framework DirectIO
|
||||
endif
|
||||
ifeq ($(OS_ARCH), NetBSD)
|
||||
LDFLAGS = -l$(shell uname -p)
|
||||
endif
|
||||
|
||||
all: dep $(PROGRAM)
|
||||
|
||||
|
Reference in New Issue
Block a user