Makefile for the myson driver.
This commit is contained in:
parent
440d3f4df5
commit
265faa845f
9
sys/modules/my/Makefile
Normal file
9
sys/modules/my/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/my
|
||||
|
||||
KMOD= if_my
|
||||
SRCS= if_my.c bus_if.h miibus_if.h
|
||||
#SRCS= if_my.c device_if.h bus_if.h pci_if.h miibus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user