mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
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:
parent
b9e19b077e
commit
7c28c7e84f
2 changed files with 4 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue