xref: /freebsd/sys/modules/etherswitch/Makefile (revision 8a847947153e60d812852e5c02de93997b2d3038)
14a167205SAdrian Chadd.PATH:  ${SRCTOP}/sys/dev/etherswitch
24a167205SAdrian Chadd
34a167205SAdrian ChaddKMOD    = etherswitch
44a167205SAdrian Chadd
54a167205SAdrian ChaddSRCS=	etherswitch.c
6*8a847947SShengYi HungSRCS+=	bus_if.h device_if.h mdio_if.h miibus_if.h etherswitch_if.h etherswitch_if.c
74a167205SAdrian ChaddCFLAGS+= -I${SRCTOP}/sys/dev/etherswitch
84a167205SAdrian Chadd
94a167205SAdrian Chadd.include <bsd.kmod.mk>
10