xref: /freebsd/sys/modules/dwwdt/Makefile (revision 0a05676b44ae5575141ff731079a8405e111f965)
1*0a05676bSEmmanuel Vadot.PATH:	${SRCTOP}/sys/dev/dwwdt
2*0a05676bSEmmanuel Vadot
3*0a05676bSEmmanuel VadotKMOD = dwwdt
4*0a05676bSEmmanuel VadotSRCS = dwwdt.c \
5*0a05676bSEmmanuel Vadot       device_if.h bus_if.h ofw_bus_if.h
6*0a05676bSEmmanuel Vadot
7*0a05676bSEmmanuel Vadot.include<bsd.kmod.mk>
8