xref: /dragonfly/sys/Makefile.modules (revision ae75c143)
18f67f34fSMatthew Dillon# Makefile.modules - build the modules (executed from the modules: target
28f67f34fSMatthew Dillon# in Makefile).
38f67f34fSMatthew Dillon#
41d595873SMatthew Dillon.if defined(MODULES_OVERRIDE)
51d595873SMatthew DillonSUBDIR=${MODULES_OVERRIDE}
61d595873SMatthew Dillon.else
7ee5e79e3SSascha Wildner.if ${MACHINE_PLATFORM} != "vkernel64"
8244b48f8SSimon SchubertSUBDIR=bus
9244b48f8SSimon Schubert.endif
10*ae75c143SSascha WildnerSUBDIR+=crypto dev gnu kern net netbt netproto vfs
11e6e7e7c1SNuno Antunes.if defined(WANT_NETGRAPH7)
12e6e7e7c1SNuno AntunesSUBDIR+=netgraph7
13e6e7e7c1SNuno Antunes.else
14e6e7e7c1SNuno AntunesSUBDIR+=netgraph
15e6e7e7c1SNuno Antunes.endif
166edd9ef2SMatthew DillonSUBDIR+=libiconv
171d595873SMatthew Dillon.endif
188f67f34fSMatthew Dillon
198f67f34fSMatthew Dillon.include <bsd.subdir.mk>
208f67f34fSMatthew Dillon
21