1*7113afc8SEmmanuel Vadot#$FreeBSD$ 2*7113afc8SEmmanuel Vadot 3*7113afc8SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/axgbe 4*7113afc8SEmmanuel Vadot 5*7113afc8SEmmanuel VadotKMOD = if_axa 6*7113afc8SEmmanuel VadotSRCS = device_if.h bus_if.h miibus_if.h ofw_bus_if.h ifdi_if.h vnode_if.h 7*7113afc8SEmmanuel VadotSRCS += opt_inet.h opt_inet6.h opt_rss.h opt_iflib.h 8*7113afc8SEmmanuel VadotSRCS += if_axgbe.c xgbe-sysctl.c xgbe_osdep.c xgbe-desc.c xgbe-drv.c xgbe-mdio.c xgbe-dev.c xgbe-i2c.c xgbe-phy-v1.c xgbe-txrx.c 9*7113afc8SEmmanuel Vadot 10*7113afc8SEmmanuel VadotCFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include 11*7113afc8SEmmanuel Vadot 12*7113afc8SEmmanuel Vadot.include <bsd.kmod.mk> 13