mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 08:43:23 +00:00
8c2f6c3be0
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
10 lines
254 B
Makefile
10 lines
254 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2007-2022 Intel Corporation
|
|
.PATH: ${SRCTOP}/sys/contrib/dev/qat
|
|
|
|
KMOD= qat_dh895xcc_fw
|
|
|
|
FIRMWS= qat_895xcc.bin:qat_dh895xcc_fw:111 qat_895xcc_mmp.bin:qat_dh895xcc_mmp_fw:111
|
|
|
|
.include <bsd.kmod.mk>
|