mirror of
https://review.coreboot.org/flashrom.git
synced 2025-11-17 05:00:43 +01: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:
committed by
Carl-Daniel Hailfinger
parent
aca1dce951
commit
3646c8f31f
4
Makefile
4
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user