Deleted Added
full compact
Makefile (198251) Makefile (211058)
1# $FreeBSD: head/sys/modules/x86bios/Makefile 198251 2009-10-19 20:58:10Z jkim $
1# $FreeBSD: head/sys/modules/x86bios/Makefile 211058 2010-08-08 06:18:05Z jkim $
2
3KMOD= x86bios
4SRCS= opt_x86bios.h
5SRCS+= bus_if.h device_if.h pci_if.h
6
7.PATH: ${.CURDIR}/../../contrib/x86emu
8.PATH: ${.CURDIR}/../../compat/x86bios
2
3KMOD= x86bios
4SRCS= opt_x86bios.h
5SRCS+= bus_if.h device_if.h pci_if.h
6
7.PATH: ${.CURDIR}/../../contrib/x86emu
8.PATH: ${.CURDIR}/../../compat/x86bios
9SRCS+= x86bios.c x86emu.c
9SRCS+= x86bios.c
10.if ${MACHINE_ARCH} != "i386"
11SRCS+= x86emu.c
12.endif
10
11.include <bsd.kmod.mk>
13
14.include <bsd.kmod.mk>