Xen is is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Xen is Open Source software. See http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ for more details on Xen. See http://www.netbsd.org/Ports/xen/ for more details on NetBSD/xen.
12 lines
336 B
Text
12 lines
336 B
Text
$NetBSD: patch-ab,v 1.1 2004/05/22 16:31:04 cl Exp $
|
|
|
|
--- drivers/scsi/aic7xxx/Makefile.orig 2004-04-18 04:29:12.000000000 +0200
|
|
+++ drivers/scsi/aic7xxx/Makefile
|
|
@@ -7,6 +7,7 @@
|
|
O_TARGET := aic7xxx_drv.o
|
|
|
|
include $(BASEDIR)/Rules.mk
|
|
+CFLAGS += -D__linux__
|
|
#CFLAGS += -I$(BASEDIR)/drivers/scsi
|
|
|
|
#list-multi := aic7xxx.o aic79xx.o
|