From 2768a3c5668d1b5440a92532869f9b49fa7f5bac Mon Sep 17 00:00:00 2001 From: bdrewery Date: Tue, 11 Jun 2019 23:35:34 +0000 Subject: [PATCH] Restore genassym.o to CLEANFILES. This was lost in r335910 for some reason. This also fixes a META_MODE rebuild issue in some modules [1]. MFC after: 2 weeks Reported by: npn [1] Sponsored by: DellEMC --- sys/conf/kmod.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk index 705b8d2b36e3..13e899758083 100644 --- a/sys/conf/kmod.mk +++ b/sys/conf/kmod.mk @@ -500,7 +500,7 @@ acpi_quirks.h: ${SYSDIR}/tools/acpi_quirks2h.awk ${SYSDIR}/dev/acpica/acpi_quirk .endif .if !empty(SRCS:Massym.inc) || !empty(DPSRCS:Massym.inc) -CLEANFILES+= assym.inc +CLEANFILES+= assym.inc genassym.o DEPENDOBJS+= genassym.o DPSRCS+= offset.inc .endif