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:
bdrewery 2017-04-05 17:56:17 +00:00
parent a94aa0ec74
commit 975f1c56e3

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