Makefile.inc 369 B

123456789101112131415161718
  1. #
  2. # Common rules for building firmware. Note this gets auto-included
  3. # by the subdir Makefile's as a consequence of included bsd.kmod.mk.
  4. _FIRM= ${IMG}.fw
  5. CLEANFILES+= ${_FIRM}
  6. FIRMWS= ${_FIRM}:${KMOD}
  7. #
  8. # Note that a license ack is not needed for iwn.
  9. #
  10. #FIRMWARE_LICENSE=
  11. ${_FIRM}: ${SRCTOP}/sys/contrib/dev/iwm/${_FIRM}.uu
  12. uudecode -p ${.ALLSRC} > ${.TARGET}