svn commit: r316783 - stable/11/sys/conf

Bryan Drewery bdrewery at FreeBSD.org
Thu Apr 13 20:31:24 UTC 2017


Author: bdrewery
Date: Thu Apr 13 20:31:23 2017
New Revision: 316783
URL: https://svnweb.freebsd.org/changeset/base/316783

Log:
  MFC r315460:
  
    kmod: Fix building assym.o not building missing dependencies.

Modified:
  stable/11/sys/conf/kmod.mk
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/conf/kmod.mk
==============================================================================
--- stable/11/sys/conf/kmod.mk	Thu Apr 13 20:16:29 2017	(r316782)
+++ stable/11/sys/conf/kmod.mk	Thu Apr 13 20:31:23 2017	(r316783)
@@ -453,6 +453,7 @@ acpi_quirks.h: ${SYSDIR}/tools/acpi_quir
 
 .if !empty(SRCS:Massym.s)
 CLEANFILES+=	assym.s genassym.o
+DEPENDOBJS+=	genassym.o
 assym.s: genassym.o
 .if defined(KERNBUILDDIR)
 genassym.o: opt_global.h


More information about the svn-src-all mailing list