diff options
| author | jmcneill <jmcneill@NetBSD.org> | 2015-03-28 14:09:58 +0000 |
|---|---|---|
| committer | jmcneill <jmcneill@NetBSD.org> | 2015-03-28 14:09:58 +0000 |
| commit | 7b8ad1185eff25626d13dc51ec6ba7e10e3cc642 (patch) | |
| tree | 4950c42cc9bc1b9049b61e45408b161ec59fad4a /sys/dev/Makefile | |
| parent | 23ecca55ef03dca3b6f3bbdd1b2e39f01616b709 (diff) | |
Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.
Diffstat (limited to 'sys/dev/Makefile')
| -rw-r--r-- | sys/dev/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/Makefile b/sys/dev/Makefile index eed77c390db..79e07f2fb17 100644 --- a/sys/dev/Makefile +++ b/sys/dev/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2012/06/20 21:38:26 sjg Exp $ +# $NetBSD: Makefile,v 1.36 2015/03/28 14:09:58 jmcneill Exp $ -SUBDIR= apm ata bluetooth dec dm dmover dtv filemon hpc \ +SUBDIR= apm ata bluetooth dec dm dmover dtv filemon hdaudio hpc \ i2c i2o ic ieee1394 ir isa \ microcode ofw pci pckbport pcmcia pud putter raidframe sbus scsipi \ sun tc usb vme wscons |
