]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/ndis/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / ndis / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../compat/ndis
4
5 KMOD=   ndis
6 SRCS=   subr_pe.c subr_ndis.c subr_hal.c subr_ntoskrnl.c kern_ndis.c
7 SRCS+=  kern_windrv.c subr_usbd.c
8 SRCS+=  device_if.h bus_if.h pci_if.h vnode_if.h
9 SRCS+=  opt_bus.h opt_usb.h usb_if.h usbdevs.h
10
11 .if ${MACHINE_CPUARCH} == "amd64"
12 SRCS+=  winx64_wrap.S
13 .endif
14
15 .if ${MACHINE_CPUARCH} == "i386"
16 SRCS+=  winx32_wrap.S
17 .endif
18
19 .include <bsd.kmod.mk>