1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

Add support for NetBSD

Corresponding to flashrom svn r838.

Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Jonathan A. Kollasch
2010-01-08 21:18:08 +00:00
committed by Carl-Daniel Hailfinger
parent aca1dce951
commit 3646c8f31f
3 changed files with 63 additions and 2 deletions

View File

@ -178,6 +178,10 @@ PROGRAMMER_OBJS += pcidev.o physmap.o internal.o #FIXME: We need to move stuff
# into internal-programmer-only stuff
# and a support lib for all internal+pci
# based stuff.
ifeq ($(OS_ARCH), NetBSD)
LIBS += -lpciutils # The libpci we want.
LIBS += -l$(shell uname -m) # For (i386|x86_64)_iopl(2).
endif
endif
ifeq ($(CONFIG_PRINT_WIKI), yes)