Add atausb module
This commit is contained in:
parent
05b593b784
commit
bf86d4677b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156542
10
sys/modules/ata/atausb/Makefile
Normal file
10
sys/modules/ata/atausb/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../dev/ata
|
||||
|
||||
CFLAGS+=-g
|
||||
KMOD= atausb
|
||||
SRCS= ata-usb.c
|
||||
SRCS+= opt_usb.h opt_ata.h ata_if.h device_if.h bus_if.h pci_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user