Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170957484
D46473.id142583.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
780 B
Referenced Files
None
Subscribers
None
D46473.id142583.diff
View Options
diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile
--- a/sys/modules/vmm/Makefile
+++ b/sys/modules/vmm/Makefile
@@ -50,11 +50,12 @@
vmm_nvhe_exception.o: vmm_nvhe_exception.S
${CC} -c -x assembler-with-cpp -DLOCORE \
- ${NOSAN_CFLAGS:N-mbranch-protection*} ${.IMPSRC} -o ${.TARGET} -fpie
+ ${NOSAN_CFLAGS:N-mbranch-protection*} ${DEPEND_CFLAGS} \
+ ${.IMPSRC} -o ${.TARGET} -fpie
vmm_nvhe.o: vmm_nvhe.c
- ${CC} -c ${NOSAN_CFLAGS:N-mbranch-protection*} ${.IMPSRC} \
- -o ${.TARGET} -fpie
+ ${CC} -c ${NOSAN_CFLAGS:N-mbranch-protection*} ${DEPEND_CFLAGS} \
+ ${.IMPSRC} -o ${.TARGET} -fpie
vmm_hyp_blob.elf.full: vmm_nvhe_exception.o vmm_nvhe.o
${LD} -m ${LD_EMULATION} -Bdynamic -L ${SYSDIR}/conf -T ${SYSDIR}/conf/ldscript.arm64 \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 8, 8:51 PM (42 m, 58 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38536854
Default Alt Text
D46473.id142583.diff (780 B)
Attached To
Mode
D46473: vmm: Generate the arm64 nvhe dependencies
Attached
Detach File
Event Timeline
Log In to Comment