- GALILEO -> MARVELL
[dragonfly.git] / sys / dev / Makefile
1 # $DragonFly: src/sys/dev/Makefile,v 1.8 2006/11/07 19:56:21 dillon Exp $
2 #
3
4 .include "../machine/${MACHINE}/Makefile.inc"
5
6 SUBDIR=agp bridge crypto disk drm misc netif pccard powermng raid \
7         serial sound usbmisc video
8
9 .ifdef ACPICA5_SUPPORT
10 SUBDIR+= acpica5
11 .endif
12 .ifdef EST_SUPPORT
13 SUBDIR+= est
14 .endif
15
16 .include <bsd.subdir.mk>