]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/hfa/hfa/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / sys / modules / hfa / hfa / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/hfa
4
5 KMOD=   hfa
6 SRCS=   hfa_freebsd.c \
7         fore_buffer.c fore_init.c fore_receive.c fore_vcm.c \
8         fore_command.c fore_intr.c fore_stats.c \
9         fore_globals.c fore_timer.c \
10         fore_if.c fore_output.c fore_transmit.c \
11         device_if.h bus_if.h
12
13 .include <bsd.kmod.mk>