Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Add linux_sigcode.o, otherwise it doesn'...



details:   https://anonhg.NetBSD.org/src/rev/664738737445
branches:  trunk
changeset: 827532:664738737445
user:      maxv <maxv%NetBSD.org@localhost>
date:      Wed Nov 01 09:31:24 2017 +0000

description:
Add linux_sigcode.o, otherwise it doesn't get rebuilt.

diffstat:

 sys/arch/amd64/conf/Makefile.amd64 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6d6fef7a71be -r 664738737445 sys/arch/amd64/conf/Makefile.amd64
--- a/sys/arch/amd64/conf/Makefile.amd64        Wed Nov 01 09:17:28 2017 +0000
+++ b/sys/arch/amd64/conf/Makefile.amd64        Wed Nov 01 09:31:24 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.amd64,v 1.59 2017/10/07 10:16:47 maxv Exp $
+#      $NetBSD: Makefile.amd64,v 1.60 2017/11/01 09:31:24 maxv Exp $
 
 # Makefile for NetBSD
 #
@@ -77,7 +77,7 @@
 locore.o machdep.o: Makefile
 
 acpi_wakeup_low.o amd64func.o busfunc.o cpufunc.o cpu_in_cksum.o: assym.h
-linux32_sigcode.o lock_stubs.o mptramp.o: assym.h
+linux_sigcode.o linux32_sigcode.o lock_stubs.o mptramp.o: assym.h
 netbsd32_sigcode.o: assym.h
 
 ##



Home | Main Index | Thread Index | Old Index