aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/stge/Makefile
blob: b67e3b044baf6102bca4cb6e92c94ad64c4e5204 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

.PATH: ${SRCTOP}/sys/dev/stge

KMOD=	if_stge
SRCS=	if_stge.c device_if.h bus_if.h pci_if.h
SRCS+=	miibus_if.h

.include <bsd.kmod.mk>