Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm/exec/linux_aout Add sources to SRCS not KMOD.
details: https://anonhg.NetBSD.org/src/rev/80daa693fe75
branches: trunk
changeset: 571198:80daa693fe75
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Nov 13 13:37:06 2004 +0000
description:
Add sources to SRCS not KMOD.
diffstat:
sys/lkm/exec/linux_aout/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 7a6f9dddf7a3 -r 80daa693fe75 sys/lkm/exec/linux_aout/Makefile
--- a/sys/lkm/exec/linux_aout/Makefile Sat Nov 13 11:49:08 2004 +0000
+++ b/sys/lkm/exec/linux_aout/Makefile Sat Nov 13 13:37:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/11/13 06:09:47 christos Exp $
+# $NetBSD: Makefile,v 1.6 2004/11/13 13:37:06 skrll Exp $
.include "../Makefile.inc"
@@ -7,9 +7,9 @@
CPPFLAGS+= -nostdinc -D_KERNEL -DEXEC_AOUT -DCOMPAT_LINUX
-KMOD= exec_linux_aout linux_exec_machdep.c
+KMOD= exec_linux_aout
SRCS= lkminit_exec.c
-SRCS+= linux_exec_aout.c
+SRCS+= linux_exec_aout.c linux_exec_machdep.c
.include <bsd.kmod.mk>
Home |
Main Index |
Thread Index |
Old Index