a03c42bbef
Like every other firmware image in the tree, the makefile will need to be updated to point to the newest import. Reviewed by: erj, imp (previous version) Differential Revision: https://reviews.freebsd.org/D25222
7 lines
124 B
Makefile
7 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= ice_ddp
|
|
FIRMWS= ${SRCTOP}/sys/contrib/dev/ice/ice-1.3.9.0.pkg:ice_ddp:0x01030900
|
|
|
|
.include <bsd.kmod.mk>
|