svn commit: r316533 - head/sys/conf
Bryan Drewery
bdrewery at FreeBSD.org
Wed Apr 5 17:56:19 UTC 2017
Author: bdrewery
Date: Wed Apr 5 17:56:17 2017
New Revision: 316533
URL: https://svnweb.freebsd.org/changeset/base/316533
Log:
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
Modified:
head/sys/conf/kmod.mk
Modified: head/sys/conf/kmod.mk
==============================================================================
--- head/sys/conf/kmod.mk Wed Apr 5 17:26:20 2017 (r316532)
+++ head/sys/conf/kmod.mk Wed Apr 5 17:56:17 2017 (r316533)
@@ -452,7 +452,7 @@ acpi_quirks.h: ${SYSDIR}/tools/acpi_quir
${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
More information about the svn-src-all
mailing list