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:
drochner 2005-07-22 20:14:55 +00:00
parent 4023e9bbcb
commit bf66affbd6
3 changed files with 12 additions and 2 deletions

View File

@ -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
View 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>

View 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>