Deleted Added
full compact
Makefile (279600) Makefile (280183)
1# $FreeBSD: head/sys/modules/drm2/Makefile 279600 2015-03-04 20:47:43Z dumbbell $
1# $FreeBSD: head/sys/modules/drm2/Makefile 280183 2015-03-17 18:50:33Z dumbbell $
2
3SYSDIR?=${.CURDIR}/../..
4.include "${SYSDIR}/conf/kern.opts.mk"
5
6SUBDIR_PARALLEL=
7
8.if ${MACHINE_CPUARCH} == "amd64"
9_i915kms= i915kms

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

18_i915kms= i915kms
19_radeonkms= radeonkms
20. if ${MK_SOURCELESS_UCODE} != "no"
21_radeonkmsfw= radeonkmsfw
22. endif
23. endif
24.endif
25
2
3SYSDIR?=${.CURDIR}/../..
4.include "${SYSDIR}/conf/kern.opts.mk"
5
6SUBDIR_PARALLEL=
7
8.if ${MACHINE_CPUARCH} == "amd64"
9_i915kms= i915kms

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

18_i915kms= i915kms
19_radeonkms= radeonkms
20. if ${MK_SOURCELESS_UCODE} != "no"
21_radeonkmsfw= radeonkmsfw
22. endif
23. endif
24.endif
25
26.if ${MACHINE_CPUARCH} == "powerpc"
27_radeonkms= radeonkms
28. if ${MK_SOURCELESS_UCODE} != "no"
29_radeonkmsfw= radeonkmsfw
30. endif
31.endif
32
26SUBDIR = \
27 drm2 \
28 ${_i915kms} \
29 ${_radeonkms} \
30 ${_radeonkmsfw}
31
32.include <bsd.subdir.mk>
33SUBDIR = \
34 drm2 \
35 ${_i915kms} \
36 ${_radeonkms} \
37 ${_radeonkmsfw}
38
39.include <bsd.subdir.mk>