]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/ndis/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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
10 .if ${MACHINE_ARCH} == "amd64"
11 SRCS+=  winx64_wrap.S
12 .endif
13
14 .if ${MACHINE_ARCH} == "i386"
15 SRCS+=  winx32_wrap.S
16 .endif
17
18 .include <bsd.kmod.mk>