Deleted Added
full compact
Makefile (209662) Makefile (209991)
1# $FreeBSD: head/sys/modules/Makefile 209662 2010-07-03 13:32:39Z lstewart $
1# $FreeBSD: head/sys/modules/Makefile 209991 2010-07-13 12:47:31Z nwhitehorn $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_dns \

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

313 ${_wpifw} \
314 ${_x86bios} \
315 ${_xe} \
316 xfs \
317 xl \
318 ${_zfs} \
319 zlib \
320
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_dns \

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

313 ${_wpifw} \
314 ${_x86bios} \
315 ${_xe} \
316 xfs \
317 xl \
318 ${_zfs} \
319 zlib \
320
321.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "arm" && \
321.if ${MACHINE_CPUARCH} != "powerpc" && ${MACHINE_ARCH} != "arm" && \
322 ${MACHINE_ARCH} != "mips"
323_syscons= syscons
324_vpo= vpo
325.endif
326
327.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
328# no BUS_SPACE_UNSPECIFIED
329# No barrier instruction support (specific to this driver)

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

610_splash= splash
611_sppp= sppp
612_streams= streams
613_twa= twa
614_wi= wi
615_xe= xe
616.endif
617
322 ${MACHINE_ARCH} != "mips"
323_syscons= syscons
324_vpo= vpo
325.endif
326
327.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
328# no BUS_SPACE_UNSPECIFIED
329# No barrier instruction support (specific to this driver)

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

610_splash= splash
611_sppp= sppp
612_streams= streams
613_twa= twa
614_wi= wi
615_xe= xe
616.endif
617
618.if ${MACHINE_ARCH} == "powerpc"
618.if ${MACHINE_CPUARCH} == "powerpc"
619_an= an
620_bm= bm
621_cpufreq= cpufreq
622_nvram= powermac_nvram
623_smbfs= smbfs
624_sound= sound
625.endif
626

--- 35 unchanged lines hidden ---
619_an= an
620_bm= bm
621_cpufreq= cpufreq
622_nvram= powermac_nvram
623_smbfs= smbfs
624_sound= sound
625.endif
626

--- 35 unchanged lines hidden ---