Makefile 161 B

12345678910
  1. .PATH: ${SRCTOP}/sys/dev/ntb
  2. KMOD = ntb_transport
  3. SRCS = ntb_transport.c
  4. SRCS += device_if.h bus_if.h ntb_if.h
  5. EXPORT_SYMS= YES
  6. .include <bsd.kmod.mk>