Module Name:    src
Committed By:   rin
Date:           Sun Feb 24 02:30:38 UTC 2019

Modified Files:
        src/sys/dev: Makefile

Log Message:
Hook spi.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/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/dev/Makefile
diff -u src/sys/dev/Makefile:1.40 src/sys/dev/Makefile:1.41
--- src/sys/dev/Makefile:1.40	Wed Nov  7 07:43:08 2018
+++ src/sys/dev/Makefile	Sun Feb 24 02:30:38 2019
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.40 2018/11/07 07:43:08 maxv Exp $
+#	$NetBSD: Makefile,v 1.41 2019/02/24 02:30:38 rin Exp $
 
 SUBDIR=	apm ata bluetooth dec dm dmover dtv filemon hdaudio hdmicec hid hpc \
 	i2c i2o ic ieee1394 ir isa \
 	microcode ofw pci pckbport pcmcia pud putter raidframe sbus scsipi \
-	sun tc usb vme wscons
+	spi sun tc usb vme wscons
 
 .if ${MACHINE_ARCH} == "x86_64"
 SUBDIR+= nvmm

Reply via email to