Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153411561
D25222.id72956.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D25222.id72956.diff
View Options
Index: sys/modules/ice_ddp/Makefile
===================================================================
--- sys/modules/ice_ddp/Makefile
+++ sys/modules/ice_ddp/Makefile
@@ -1,24 +1,8 @@
# $FreeBSD$
-# Find the highest version DDP package file and build a .ko for it
-PKG_FILE != find ${SRCTOP}/sys/contrib/dev/ice -name 'ice-*.pkg' | sort -V | tail -1
+VERSION= 1.3.9.0
-.if empty(PKG_FILE)
-.error Unable to locate the DDP package binary file
-.endif
+KMOD= ice_ddp
+FIRMWS= ${SRCTOP}/sys/contrib/dev/ice/ice-${VERSION}.pkg:ice_ddp:${VERSION}
-.info Found ${PKG_FILE}
-
-PKG_NAME != basename ${PKG_FILE}
-PKG_VER_STR != basename -s .pkg ${PKG_NAME}
-PKG_VER_STR := ${PKG_VER_STR:S/^ice-//}
-PKG_VER_STR := ${PKG_VER_STR:S/-signed$//}
-PKG_VER_MAJ != echo ${PKG_VER_STR} | cut -d. -f1
-PKG_VER_MIN != echo ${PKG_VER_STR} | cut -d. -f2
-PKG_VER_UPD != echo ${PKG_VER_STR} | cut -d. -f3
-PKG_VER_DFT != echo ${PKG_VER_STR} | cut -d. -f4
-PKG_VERSION != printf "0x%02x%02x%02x%02x" "${PKG_VER_MAJ}" "${PKG_VER_MIN}" "${PKG_VER_UPD}" "${PKG_VER_DFT}"
-
-KMOD := ice_ddp
-FIRMWS := ${PKG_FILE}:ice_ddp:${PKG_VERSION}
.include <bsd.kmod.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 12:40 AM (1 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31942226
Default Alt Text
D25222.id72956.diff (1 KB)
Attached To
Mode
D25222: Hard-code the ice_ddp firmware version.
Attached
Detach File
Event Timeline
Log In to Comment