Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/vmm/Makefile
Show First 20 Lines • Show All 136 Lines • ▼ Show 20 Lines | vmx_support.o: | ||||
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ | ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ | ||||
${.IMPSRC} -o ${.TARGET} | ${.IMPSRC} -o ${.TARGET} | ||||
svm_support.o: | svm_support.o: | ||||
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ | ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ | ||||
${.IMPSRC} -o ${.TARGET} | ${.IMPSRC} -o ${.TARGET} | ||||
hyp_genassym.o: offset.inc | hyp_genassym.o: offset.inc | ||||
${CC} -c ${NOSAN_CFLAGS:N-flto:N-fno-common} -fcommon ${.IMPSRC} | ${CC} -c ${NOSAN_CFLAGS:N-flto*:N-fno-common} -fcommon ${.IMPSRC} | ||||
vmx_genassym.o: offset.inc | vmx_genassym.o: offset.inc | ||||
${CC} -c ${NOSAN_CFLAGS:N-flto*:N-fno-common} -fcommon ${.IMPSRC} | ${CC} -c ${NOSAN_CFLAGS:N-flto*:N-fno-common} -fcommon ${.IMPSRC} | ||||
svm_genassym.o: offset.inc | svm_genassym.o: offset.inc | ||||
${CC} -c ${NOSAN_CFLAGS:N-flto*:N-fno-common} -fcommon ${.IMPSRC} | ${CC} -c ${NOSAN_CFLAGS:N-flto*:N-fno-common} -fcommon ${.IMPSRC} | ||||
.elif ${MACHINE_CPUARCH} == "riscv" | .elif ${MACHINE_CPUARCH} == "riscv" | ||||
Show All 11 Lines |