summaryrefslogtreecommitdiffstats
path: root/sys/modules/drm2/radeonkms/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/drm2/radeonkms/Makefile')
-rw-r--r--sys/modules/drm2/radeonkms/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/drm2/radeonkms/Makefile b/sys/modules/drm2/radeonkms/Makefile
index 3786a5e..6315a85 100644
--- a/sys/modules/drm2/radeonkms/Makefile
+++ b/sys/modules/drm2/radeonkms/Makefile
@@ -88,7 +88,10 @@ SRCS += \
si.c \
si_blit_shaders.c
-#radeon_ioc32.c
+.if ${MACHINE_CPUARCH} == "amd64"
+SRCS += radeon_ioc32.c
+.endif
+
#radeon_prime.c
#--radeon_trace_points.c
OpenPOWER on IntegriCloud