Makefile 281 B

1234567891011
  1. .PATH: ${SRCTOP}/sys/dev/enic
  2. KMOD = if_enic
  3. SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
  4. SRCS += opt_inet.h opt_inet6.h opt_rss.h
  5. SRCS += if_enic.c enic_txrx.c enic_res.c
  6. SRCS += vnic_cq.c vnic_dev.c vnic_intr.c vnic_rq.c vnic_wq.c
  7. .include <bsd.kmod.mk>