Module Name:    src
Committed By:   andvar
Date:           Sun Oct  1 18:50:53 UTC 2023

Modified Files:
        src/sys/arch/news68k/conf: Makefile.news68k

Log Message:
include fpsp Makefile.inc in Makefile.news68k, same as other m68k ports.

needed for FPSP option to build, otherwise FPSP specific vectors are undefined.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/news68k/conf/Makefile.news68k

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/news68k/conf/Makefile.news68k
diff -u src/sys/arch/news68k/conf/Makefile.news68k:1.22 src/sys/arch/news68k/conf/Makefile.news68k:1.23
--- src/sys/arch/news68k/conf/Makefile.news68k:1.22	Sat Sep 22 12:24:02 2018
+++ src/sys/arch/news68k/conf/Makefile.news68k	Sun Oct  1 18:50:53 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.news68k,v 1.22 2018/09/22 12:24:02 rin Exp $
+#	$NetBSD: Makefile.news68k,v 1.23 2023/10/01 18:50:53 andvar Exp $
 #
 # Makefile for NetBSD
 #
@@ -46,6 +46,9 @@ OPT_MODULAR=	%MODULAR%
 ##
 ## (4) local objects, compile rules, and dependencies
 ##
+# for the Motorola 68040 Floating Point Software Product
+.include "$S/arch/m68k/fpsp/Makefile.inc"
+
 MD_OBJS=	locore.o
 MD_LIBS=	${FPSP}
 MD_CFILES=

Reply via email to