]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/x86bios/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / x86bios / Makefile
1 # $FreeBSD$
2
3 KMOD=   x86bios
4 SRCS=   opt_x86bios.h
5 SRCS+=  bus_if.h device_if.h pci_if.h
6
7 .PATH:  ${.CURDIR}/../../contrib/x86emu
8 .PATH:  ${.CURDIR}/../../compat/x86bios
9 SRCS+=  x86bios.c
10 .if ${MACHINE_ARCH} != "i386"
11 SRCS+=  x86emu.c
12 .endif
13
14 .include <bsd.kmod.mk>