Deleted Added
full compact
Makefile (236549) Makefile (236592)
1# $FreeBSD: head/sys/modules/Makefile 236549 2012-06-04 08:40:14Z gber $
1# $FreeBSD: head/sys/modules/Makefile 236592 2012-06-04 22:54:19Z obrien $
2
3.include <bsd.own.mk>
4
5# Modules that include binary-only blobs of microcode should be selectable by
6# MK_SOURCELESS_UCODE option (see below).
7
8SUBDIR= ${_3dfx} \
9 ${_3dfx_linux} \

--- 90 unchanged lines hidden (view full) ---

100 ${_et} \
101 ${_ex} \
102 ${_exca} \
103 ${_ext2fs} \
104 ${_fatm} \
105 fdc \
106 fdescfs \
107 ${_fe} \
2
3.include <bsd.own.mk>
4
5# Modules that include binary-only blobs of microcode should be selectable by
6# MK_SOURCELESS_UCODE option (see below).
7
8SUBDIR= ${_3dfx} \
9 ${_3dfx_linux} \

--- 90 unchanged lines hidden (view full) ---

100 ${_et} \
101 ${_ex} \
102 ${_exca} \
103 ${_ext2fs} \
104 ${_fatm} \
105 fdc \
106 fdescfs \
107 ${_fe} \
108 ${_filemon} \
108 firewire \
109 firmware \
110 ${_fxp} \
111 gem \
112 geom \
113 ${_glxiic} \
114 ${_glxsb} \
115 hatm \

--- 238 unchanged lines hidden (view full) ---

354 ${_xe} \
355 xfs \
356 xl \
357 ${_zfs} \
358 zlib \
359
360.if ${MACHINE_CPUARCH} != "powerpc" && ${MACHINE_CPUARCH} != "arm" && \
361 ${MACHINE_CPUARCH} != "mips"
109 firewire \
110 firmware \
111 ${_fxp} \
112 gem \
113 geom \
114 ${_glxiic} \
115 ${_glxsb} \
116 hatm \

--- 238 unchanged lines hidden (view full) ---

355 ${_xe} \
356 xfs \
357 xl \
358 ${_zfs} \
359 zlib \
360
361.if ${MACHINE_CPUARCH} != "powerpc" && ${MACHINE_CPUARCH} != "arm" && \
362 ${MACHINE_CPUARCH} != "mips"
363_filemon= filemon
362_syscons= syscons
363_vpo= vpo
364.endif
365
366.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips"
367# no BUS_SPACE_UNSPECIFIED
368# No barrier instruction support (specific to this driver)
369_sym= sym

--- 464 unchanged lines hidden ---
364_syscons= syscons
365_vpo= vpo
366.endif
367
368.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips"
369# no BUS_SPACE_UNSPECIFIED
370# No barrier instruction support (specific to this driver)
371_sym= sym

--- 464 unchanged lines hidden ---