Support assym.s in DPSRCS to depend on it but not link it in.

Reported by:	andrew
MFC after:	2 weeks
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-04-05 17:56:17 +00:00
parent ea52525928
commit f8a35ad1bd

View File

@ -452,7 +452,7 @@ acpi_quirks.h: ${SYSDIR}/tools/acpi_quirks2h.awk ${SYSDIR}/dev/acpica/acpi_quirk
${AWK} -f ${SYSDIR}/tools/acpi_quirks2h.awk ${SYSDIR}/dev/acpica/acpi_quirks
.endif
.if !empty(SRCS:Massym.s)
.if !empty(SRCS:Massym.s) || !empty(DPSRCS:Massym.s)
CLEANFILES+= assym.s genassym.o
DEPENDOBJS+= genassym.o
assym.s: genassym.o