Date: Tue, 11 Jun 2019 23:35:49 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r348976 - head/sys/modules/efirt Message-ID: <201906112335.x5BNZnBd007604@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Jun 11 23:35:49 2019 New Revision: 348976 URL: https://svnweb.freebsd.org/changeset/base/348976 Log: Add missing DPSRCS entry for assym.inc. This brings in various CLEANFILES/DEPENDOBJS handling. MFC after: 2 weeks Sponsored by: DellEMC Modified: head/sys/modules/efirt/Makefile Modified: head/sys/modules/efirt/Makefile ============================================================================== --- head/sys/modules/efirt/Makefile Tue Jun 11 23:35:34 2019 (r348975) +++ head/sys/modules/efirt/Makefile Tue Jun 11 23:35:49 2019 (r348976) @@ -11,6 +11,7 @@ SRCS+= device_if.h bus_if.h clock_if.h .if ${MACHINE_CPUARCH} == "amd64" SRCS+= opt_hwpmc_hooks.h opt_kstack_pages.h SRCS+= efirt_support.S +DPSRCS+= assym.inc efirt_support.o: efirt_support.S assym.inc ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ ${.IMPSRC} -o ${.TARGET}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906112335.x5BNZnBd007604>