mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 14:01:59 +01:00
The radeon DRI module doesn't really work correctly on powerpc, so don't build
it. Hopefully we'll get radeonkms eventually. Discussed with: nwhitehorn MFC after: 2 weeks
This commit is contained in:
parent
7e55f8c198
commit
031a27e354
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276639
@ -21,7 +21,9 @@ SUBDIR = \
|
||||
.if ${MK_SOURCELESS_UCODE} != "no"
|
||||
_mga= mga
|
||||
_r128= r128
|
||||
.if ${MACHINE_CPUARCH} != "powerpc"
|
||||
_radeon= radeon
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user