diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-11-19 06:41:04 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-11-19 06:41:04 +0000 |
| commit | e6c33a39ba2f9b0d736fc9b5ff787eb381e8ec67 (patch) | |
| tree | 24dcbbfc03042d5ea08f4dad35cce445bed3e652 /sys | |
| parent | 5bbac2b91d10bc5b706a1afbf15ca75e173074b2 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/modules/awi/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/awi/Makefile b/sys/modules/awi/Makefile new file mode 100644 index 000000000000..3ad8bd13067a --- /dev/null +++ b/sys/modules/awi/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/awi + +KMOD= if_awi +SRCS= am79c930.c awi.c awi_wep.c awi_wicfg.c if_awi_pccard.c +SRCS+= bus_if.h card_if.h device_if.h opt_inet.h + +opt_inet.h: + echo "#define INET 1" > opt_inet.h + +.include <bsd.kmod.mk> |
