diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2008-04-29 21:36:17 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2008-04-29 21:36:17 +0000 |
| commit | 3971d07be7da9ff83a3edbb61ecc33c37cde0f2c (patch) | |
| tree | e12a78576818aed20c15fdb32cc004fee27a7d4c /sys/modules/iwn | |
| parent | 6eeac1d921b573e39001e0bf47967060d6fb4347 (diff) | |
Notes
Diffstat (limited to 'sys/modules/iwn')
| -rw-r--r-- | sys/modules/iwn/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/iwn/Makefile b/sys/modules/iwn/Makefile new file mode 100644 index 0000000000000..3473776476deb --- /dev/null +++ b/sys/modules/iwn/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/iwn + +KMOD = if_iwn +SRCS = if_iwn.c opt_bdg.h device_if.h bus_if.h pci_if.h +CFLAGS += -g -DWITNESS -DINVARIANT_SUPPORT -DINVARIANTS -I${.CURDIR}/../../ +.include <bsd.kmod.mk> |
