diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2005-08-10 04:01:21 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-08-10 04:01:21 +0000 |
| commit | 3e232c6030dfe31cccb8ff43e03b5b527ce9cc96 (patch) | |
| tree | 44e302fb36a208841d42fb6ae90cceb67e04062d /sys/modules/twe | |
| parent | 35038adf6eed8ef80e0c781673d1c2fd34c125e1 (diff) | |
Notes
Diffstat (limited to 'sys/modules/twe')
| -rw-r--r-- | sys/modules/twe/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/sys/modules/twe/Makefile b/sys/modules/twe/Makefile index 052c541fab51..a74a58dfb143 100644 --- a/sys/modules/twe/Makefile +++ b/sys/modules/twe/Makefile @@ -1,6 +1,11 @@ # $FreeBSD$ -# +KMOD= twe +.PATH: ${.CURDIR}/../../dev/${KMOD} +SRCS= bus_if.h device_if.h pci_if.h twe.c twe_freebsd.c + +#CFLAGS+=-DTWE_DEBUG=0 + # The 3ware controller offers a choice of options related to handling of # mirror consistency in shutdown situations. # @@ -18,16 +23,8 @@ # CFLAGS+=-DTWE_SHUTDOWN_NOTIFICATION -# # The module can be built to override a compiled-in driver # #CFLAGS+=-DTWE_OVERRIDE -.PATH: ${.CURDIR}/../../dev/twe - -KMOD= twe -SRCS= bus_if.h device_if.h pci_if.h twe.c twe_freebsd.c - -#CFLAGS+=-DTWE_DEBUG=0 - .include <bsd.kmod.mk> |
