diff options
| author | Scott Long <scottl@FreeBSD.org> | 2002-09-25 05:00:25 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2002-09-25 05:00:25 +0000 |
| commit | 7419815d60b31c9daeb2f10ed7b088c20917dc02 (patch) | |
| tree | c0790e3e3f4073d12878ea6839af83d9c695f26a /sys/modules | |
| parent | 76fdc7ad9de5f3e904d0114145193c1b26f47220 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/aac/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/aac/aac_linux/Makefile | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sys/modules/aac/Makefile b/sys/modules/aac/Makefile index 7e1a35161961..f4f01752697e 100644 --- a/sys/modules/aac/Makefile +++ b/sys/modules/aac/Makefile @@ -2,13 +2,13 @@ .PATH: ${.CURDIR}/../../dev/aac +SUBDIR= aac_linux + KMOD= aac SRCS= aac.c aac_pci.c aac_disk.c aac_cam.c SRCS+= opt_scsi.h opt_cam.h opt_aac.h SRCS+= device_if.h bus_if.h pci_if.h -CFLAGS+= -DAAC_COMPAT_LINUX - # To enable debug output from the driver, uncomment these two lines. #CFLAGS+= -DAAC_DEBUG=2 #SRCS+= aac_debug.c diff --git a/sys/modules/aac/aac_linux/Makefile b/sys/modules/aac/aac_linux/Makefile new file mode 100644 index 000000000000..4247a2280878 --- /dev/null +++ b/sys/modules/aac/aac_linux/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../dev/aac + +KMOD= aac_linux +SRCS= aac_linux.c + +.include <bsd.kmod.mk> |
