diff options
| author | Weongyo Jeong <weongyo@FreeBSD.org> | 2008-12-27 08:03:32 +0000 |
|---|---|---|
| committer | Weongyo Jeong <weongyo@FreeBSD.org> | 2008-12-27 08:03:32 +0000 |
| commit | b3974c00b52f71aff8bdc201c827dc2e14ccbd1d (patch) | |
| tree | dc3b2fd3e52b250688d8fdeaf2b7a3c6352c07a2 /sys/modules/ndis/Makefile | |
| parent | 610c7c3155c5cd57d671da2c348ac5d2bde9b30c (diff) | |
Notes
Diffstat (limited to 'sys/modules/ndis/Makefile')
| -rw-r--r-- | sys/modules/ndis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/ndis/Makefile b/sys/modules/ndis/Makefile index 2d14b180bdec..647b787cea7f 100644 --- a/sys/modules/ndis/Makefile +++ b/sys/modules/ndis/Makefile @@ -6,6 +6,7 @@ KMOD= ndis SRCS= subr_pe.c subr_ndis.c subr_hal.c subr_ntoskrnl.c kern_ndis.c SRCS+= kern_windrv.c subr_usbd.c SRCS+= device_if.h bus_if.h pci_if.h vnode_if.h +SRCS+= opt_usb.h usbdevs.h .if ${MACHINE_ARCH} == "amd64" SRCS+= winx64_wrap.S |
