let the build descend to device driver LKMs
this is more to make sure things don't bitrot than to provide a useful set of modules (the wi@pcmcia module is useful for me actually)
This commit is contained in:
parent
4023e9bbcb
commit
bf66affbd6
@ -1,5 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.1 2002/11/16 08:10:49 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2005/07/22 20:14:55 drochner Exp $
|
||||
|
||||
SUBDIR= vnd
|
||||
SUBDIR= pci pcmcia vnd
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
5
sys/lkm/dev/pci/Makefile
Normal file
5
sys/lkm/dev/pci/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.1 2005/07/22 20:14:55 drochner Exp $
|
||||
|
||||
SUBDIR= dummy_pci
|
||||
|
||||
.include <bsd.subdir.mk>
|
5
sys/lkm/dev/pcmcia/Makefile
Normal file
5
sys/lkm/dev/pcmcia/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
# $NetBSD: Makefile,v 1.1 2005/07/22 20:14:55 drochner Exp $
|
||||
|
||||
SUBDIR= wi_pcmcia
|
||||
|
||||
.include <bsd.subdir.mk>
|
Loading…
Reference in New Issue
Block a user