Module Name: src Committed By: mrg Date: Mon Jun 17 23:23:15 UTC 2024
Modified Files: src/sys/modules/compat_16: Makefile Log Message: also apply m68k assym.h fix here as well as compat_13. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/modules/compat_16/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/modules/compat_16/Makefile diff -u src/sys/modules/compat_16/Makefile:1.3 src/sys/modules/compat_16/Makefile:1.4 --- src/sys/modules/compat_16/Makefile:1.3 Sun Jun 16 21:52:01 2024 +++ src/sys/modules/compat_16/Makefile Mon Jun 17 23:23:15 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2024/06/16 21:52:01 pgoyette Exp $ +# $NetBSD: Makefile,v 1.4 2024/06/17 23:23:15 mrg Exp $ .include <bsd.init.mk> @@ -14,7 +14,10 @@ SRCS+= kern_sig_16.c COMPAT_MACHDEP_SRCS= compat_16_machdep.c .if ${MACHINE_CPU} == "m68k" +.include "../Makefile.assym" + COMPAT_MACHDEP_SRCS+= compat_16_sigreturn14.s +COPTS.compat_16_sigreturn14.s+= -I. -x assembler-with-cpp .endif .if ${MACHINE_CPU} == "powerpc" COMPAT_MACHDEP_SRCS+= sigcode.S