Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/modules/compat_60 Add missing kern_cpu_60.c to...
details: https://anonhg.NetBSD.org/src/rev/b93d39749dfe
branches: pgoyette-compat
changeset: 321096:b93d39749dfe
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sun Mar 25 08:17:42 2018 +0000
description:
Add missing kern_cpu_60.c to the module
diffstat:
sys/modules/compat_60/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7f72358fd384 -r b93d39749dfe sys/modules/compat_60/Makefile
--- a/sys/modules/compat_60/Makefile Sun Mar 25 08:03:26 2018 +0000
+++ b/sys/modules/compat_60/Makefile Sun Mar 25 08:17:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.2.7 2018/03/18 21:41:31 pgoyette Exp $
+# $NetBSD: Makefile,v 1.1.2.8 2018/03/25 08:17:42 pgoyette Exp $
.include "../Makefile.inc"
@@ -12,6 +12,7 @@
CPPFLAGS+= -DCPU_UCODE
.endif
-SRCS+= compat_60_mod.c kern_sa_60.c tty_60.c kern_time_60.c ccd_60.c
+SRCS+= compat_60_mod.c kern_sa_60.c tty_60.c kern_time_60.c ccd_60.c \
+ kern_cpu_60.c
.include <bsd.kmodule.mk>
Home |
Main Index |
Thread Index |
Old Index