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:
parent
a94aa0ec74
commit
975f1c56e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user