blob: a71ed76596d3ac21078dad50bcca27164d47a506 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $FreeBSD: src/sys/modules/axe/Makefile,v 1.3 2005/09/27 18:10:33 mlaier Exp $
S= ${.CURDIR}/../..
.PATH: $S/dev/usb
KMOD= if_axe
SRCS= if_axe.c opt_usb.h device_if.h bus_if.h
SRCS+= miibus_if.h usbdevs.h
.include <bsd.kmod.mk>
|