mirror of
https://review.coreboot.org/flashrom.git
synced 2025-06-30 21:52:36 +02:00
Allow compilation on Solaris
Fix compilation on Solaris and tell people how to compile flashrom on Solaris, Darwin/Mac OS X and DragonFly BSD. Thanks to Joerg Schilling and Patrick Georgi for the Solaris part. Corresponding to flashrom svn r452. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
@ -30,13 +30,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <getopt.h>
|
||||
#include <pci/pci.h>
|
||||
/* for iopl */
|
||||
#if defined (__sun) && (defined(__i386) || defined(__amd64))
|
||||
#include <strings.h>
|
||||
#include <sys/sysi86.h>
|
||||
#include <sys/psw.h>
|
||||
#include <asm/sunddi.h>
|
||||
#endif
|
||||
#include "flash.h"
|
||||
|
||||
char *chip_to_probe = NULL;
|
||||
|
Reference in New Issue
Block a user