The build process generates assym.inc from genassym.o, so don't forget

to clean genassym.o

MFC after:	2 weeks
This commit is contained in:
Dmitry Chagin 2019-05-06 18:46:42 +00:00
parent b9e19b077e
commit 7c28c7e84f
2 changed files with 4 additions and 2 deletions

View file

@ -47,7 +47,8 @@ EXPORT_SYMS+= linux_ioctl_register_handler
EXPORT_SYMS+= linux_ioctl_unregister_handler
.endif
CLEANFILES= linux${SFX}_assym.h linux${SFX}_genassym.o linux${SFX}_locore.o
CLEANFILES= linux${SFX}_assym.h linux${SFX}_genassym.o linux${SFX}_locore.o \
genassym.o
linux${SFX}_assym.h: linux${SFX}_genassym.o
sh ${SYSDIR}/kern/genassym.sh linux${SFX}_genassym.o > ${.TARGET}

View file

@ -21,7 +21,8 @@ SRCS+= opt_kstack_pages.h opt_nfs.h opt_hwpmc_hooks.h
SRCS+= opt_apic.h
.endif
CLEANFILES= linux_assym.h linux_genassym.o linux_locore.o
CLEANFILES= linux_assym.h linux_genassym.o linux_locore.o \
genassym.o
OBJS= ${VDSO}.so