opnsense-src/sys/modules/ice_ddp/Makefile
Dan McGregor 8c2f6c3be0 Address module reproducibility issues
Use .PATH & bare filename. This prevents the real source path from
being included in the built object, which improves reproducibility.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1211
2024-05-09 17:37:56 -06:00

7 lines
121 B
Makefile

.PATH: ${SRCTOP}/sys/contrib/dev/ice
KMOD= ice_ddp
FIRMWS= ice-1.3.36.0.pkg:ice_ddp:0x01032400
.include <bsd.kmod.mk>