xref: /freebsd/stand/veriexec.mk (revision f616d61ab6b071e5fbfdbae7033a9ef04c1444ad)
1eda28febSEric van Gyzen.if ${MK_LOADER_VERIEXEC} != "no"
2*f616d61aSSimon J. Gerraty.if exists(${VERSION_FILE}.veriexec)
3*f616d61aSSimon J. GerratyVERSION_FILE:= ${VERSION_FILE}.veriexec
4*f616d61aSSimon J. Gerraty.endif
5eda28febSEric van GyzenCFLAGS+= -DLOADER_VERIEXEC -I${SRCTOP}/lib/libsecureboot/h
6eda28febSEric van Gyzen.if ${MK_LOADER_VERIEXEC_VECTX} != "no"
7eda28febSEric van GyzenCFLAGS+= -DLOADER_VERIEXEC_VECTX
8eda28febSEric van Gyzen.endif
9eda28febSEric van Gyzen.if ${MK_LOADER_VERIEXEC_PASS_MANIFEST} != "no"
10eda28febSEric van GyzenCFLAGS+= -DLOADER_VERIEXEC_PASS_MANIFEST
11eda28febSEric van Gyzen.endif
12eda28febSEric van Gyzen.endif
13