diff options
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> |
