Merge from vendor branch GCC:
[dragonfly.git] / sys / dev / Makefile
1 # $DragonFly: src/sys/dev/Makefile,v 1.10 2007/01/07 02:41:18 dillon Exp $
2 #
3
4 .include "../machine/${MACHINE}/Makefile.inc"
5
6 .ifdef DEV_ACPICA5_SUPPORT
7 SUBDIR+= acpica5
8 .endif
9 .ifdef DEV_AGP_SUPPORT
10 SUBDIR+= agp
11 .endif
12 .ifdef DEV_BRIDGE_SUPPORT
13 SUBDIR+= bridge
14 .endif
15 .ifdef DEV_CRYPTO_SUPPORT
16 SUBDIR+= crypto
17 .endif
18 .ifdef DEV_DISK_SUPPORT
19 SUBDIR+= disk
20 .endif
21 .ifdef DEV_DRM_SUPPORT
22 SUBDIR+= drm
23 .endif
24 .ifdef DEV_EST_SUPPORT
25 SUBDIR+= est
26 .endif
27 .ifdef DEV_MISC_SUPPORT
28 SUBDIR+= misc
29 .endif
30 .ifdef DEV_NETIF_SUPPORT
31 SUBDIR+= netif
32 .endif
33 .ifdef DEV_PCCARD_SUPPORT
34 SUBDIR+= pccard
35 .endif
36 .ifdef DEV_POWERMNG_SUPPORT
37 SUBDIR+= powermng
38 .endif
39 .ifdef DEV_RAID_SUPPORT
40 SUBDIR+= raid
41 .endif
42 .ifdef DEV_SERIAL_SUPPORT
43 SUBDIR+= serial
44 .endif
45 .ifdef DEV_SOUND_SUPPORT
46 SUBDIR+= sound
47 .endif
48 .ifdef DEV_USBMISC_SUPPORT
49 SUBDIR+= usbmisc
50 .endif
51 .ifdef DEV_VIDEO_SUPPORT
52 SUBDIR+= video
53 .endif
54 .ifdef DEV_VIRTUAL_SUPPORT
55 SUBDIR+= virtual
56 .endif
57
58 .include <bsd.subdir.mk>