drm/radeon: Disable build on i386/pc98
This commit is contained in:
parent
f171f214dc
commit
6d485b61ff
@ -2,14 +2,26 @@
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${MK_SOURCELESS_UCODE} != "no"
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
_radeonkms= radeonkms
|
||||
. if ${MK_SOURCELESS_UCODE} != "no"
|
||||
_radeonkmsfw= radeonkmsfw
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "i386"
|
||||
. if ${MACHINE} != "pc98"
|
||||
_radeonkms= radeonkms
|
||||
. if ${MK_SOURCELESS_UCODE} != "no"
|
||||
_radeonkmsfw= radeonkmsfw
|
||||
. endif
|
||||
. endif
|
||||
.endif
|
||||
|
||||
SUBDIR = \
|
||||
drm2 \
|
||||
i915kms \
|
||||
radeonkms \
|
||||
${_radeonkms} \
|
||||
${_radeonkmsfw}
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user