Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Hook spi.



details:   https://anonhg.NetBSD.org/src/rev/e2a66ceec2a6
branches:  trunk
changeset: 449139:e2a66ceec2a6
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Feb 24 02:30:38 2019 +0000

description:
Hook spi.

diffstat:

 sys/dev/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 5246ac3ad098 -r e2a66ceec2a6 sys/dev/Makefile
--- a/sys/dev/Makefile  Sun Feb 24 02:29:56 2019 +0000
+++ b/sys/dev/Makefile  Sun Feb 24 02:30:38 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index