Makefile 259 B

12345678910111213
  1. .PATH: ${SRCTOP}/sys/dev/hifn
  2. KMOD = hifn
  3. SRCS = hifn7751.c opt_hifn.h
  4. SRCS += device_if.h bus_if.h pci_if.h
  5. SRCS += opt_bus.h cryptodev_if.h
  6. .if !defined(KERNBUILDDIR)
  7. opt_hifn.h:
  8. echo "#define HIFN_DEBUG 1" > ${.TARGET}
  9. .endif
  10. .include <bsd.kmod.mk>