Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/bebox/stand/boot Add pci.c to SRCS.



details:   https://anonhg.NetBSD.org/src/rev/3779b712dce6
branches:  trunk
changeset: 758022:3779b712dce6
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Thu Oct 14 06:17:29 2010 +0000

description:
Add pci.c to SRCS.

diffstat:

 sys/arch/bebox/stand/boot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d9936ed066fc -r 3779b712dce6 sys/arch/bebox/stand/boot/Makefile
--- a/sys/arch/bebox/stand/boot/Makefile        Thu Oct 14 06:12:54 2010 +0000
+++ b/sys/arch/bebox/stand/boot/Makefile        Thu Oct 14 06:17:29 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.26 2010/10/14 05:40:40 kiyohara Exp $
+#      $NetBSD: Makefile,v 1.27 2010/10/14 06:17:29 kiyohara Exp $
 
 NOMAN= # defined
 
@@ -23,7 +23,7 @@
 SRCS= srt0.s
 SRCS+= boot.c clock.c com.c conf.c cons.c cpu.c devopen.c
 SRCS+= fd.c filesystem.c inkernel.c io.c kbd.c monitor.c ns16550.c
-SRCS+= prf.c tgets.c vers.c vga.c video.c vreset.c
+SRCS+= pci.c prf.c tgets.c vers.c vga.c video.c vreset.c
 SRCS+= setjmp.S
 
 CFLAGS= -Wno-main -ffreestanding



Home | Main Index | Thread Index | Old Index