Module Name:    src
Committed By:   kiyohara
Date:           Thu Oct 14 06:17:29 UTC 2010

Modified Files:
        src/sys/arch/bebox/stand/boot: Makefile

Log Message:
Add pci.c to SRCS.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/bebox/stand/boot/Makefile

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/bebox/stand/boot/Makefile
diff -u src/sys/arch/bebox/stand/boot/Makefile:1.26 src/sys/arch/bebox/stand/boot/Makefile:1.27
--- src/sys/arch/bebox/stand/boot/Makefile:1.26	Thu Oct 14 05:40:40 2010
+++ src/sys/arch/bebox/stand/boot/Makefile	Thu Oct 14 06:17:29 2010
@@ -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

Reply via email to