diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-01-06 14:00:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-01-06 14:00:42 +0000 |
| commit | c68159a6d8eede11766cf13896d0f7670dbd51aa (patch) | |
| tree | b5bd7b342364fa60517c01a5a2d13b795a00e693 /sys/modules/mly | |
| parent | e2a2e8c7e010a3606724014fc2ada010259b1cb2 (diff) | |
Notes
Diffstat (limited to 'sys/modules/mly')
| -rw-r--r-- | sys/modules/mly/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/modules/mly/Makefile b/sys/modules/mly/Makefile index 1f8abe828496d..6bb1f4fe45a11 100644 --- a/sys/modules/mly/Makefile +++ b/sys/modules/mly/Makefile @@ -1,10 +1,11 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../dev/mly -KMOD = mly -SRCS = mly.c mly_pci.c mly_cam.c -SRCS += opt_scsi.h opt_cam.h -SRCS += device_if.h bus_if.h pci_if.h +.PATH: ${.CURDIR}/../../dev/mly + +KMOD= mly +SRCS= mly.c mly_pci.c mly_cam.c +SRCS+= opt_scsi.h opt_cam.h +SRCS+= device_if.h bus_if.h pci_if.h #CFLAGS+= -DMLY_DEBUG=1 |
