xref: /freebsd/sys/modules/aq/Makefile (revision 75177aebf0397af36b1f28f6b6e64207ec3d8188)
1*75177aebSEd Maste.PATH:	${SRCTOP}/sys/dev/aq
2*75177aebSEd Maste
3*75177aebSEd MasteKMOD	= if_aq
4*75177aebSEd MasteSRCS	= aq_main.c aq_media.c aq_irq.c
5*75177aebSEd MasteSRCS	+= aq_ring.c aq_hw.c aq_hw_llh.c
6*75177aebSEd MasteSRCS	+= aq_fw.c aq_fw1x.c aq_fw2x.c aq_dbg.c
7*75177aebSEd MasteSRCS	+= device_if.h bus_if.h pci_if.h
8*75177aebSEd MasteSRCS	+= ifdi_if.h opt_inet.h opt_inet6.h opt_platform.h opt_rss.h
9*75177aebSEd MasteSRCS	+= miibus_if.h
10*75177aebSEd Maste
11*75177aebSEd Maste.include <bsd.kmod.mk>
12*75177aebSEd Maste
13