i386 removal, part 24/x: Remove i386 specific parts from NDIS.
[dragonfly.git] / sys / emulation / ndis / Makefile
1 # $FreeBSD: src/sys/modules/ndis/Makefile,v 1.14 2010/08/23 06:13:29 imp Exp $
2
3 KMOD=   ndis
4 SRCS=   subr_pe.c subr_ndis.c subr_hal.c subr_ntoskrnl.c kern_ndis.c
5 SRCS+=  kern_windrv.c subr_u4bd.c
6 SRCS+=  device_if.h bus_if.h pci_if.h
7 SRCS+=  opt_usb.h
8
9 .if ${MACHINE_ARCH} == "x86_64"
10 SRCS+=  winx64_wrap.S
11 .endif
12
13 .include <bsd.kmod.mk>