Skip to content

Commit 46b963b

Browse files
authored
Use generic C kernels for SCAL on FreeBSD
1 parent 822aae6 commit 46b963b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

kernel/power/KERNEL.PPC970

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,10 @@ DROTKERNEL = ../arm/rot.c
8989
CROTKERNEL = ../arm/zrot.c
9090
ZROTKERNEL = ../arm/zrot.c
9191
endif
92+
93+
ifeq ($(OSNAME), FreeBSD)
94+
SSCALKERNEL = ../arm/scal.c
95+
DSCALKERNEL = ../arm/scal.c
96+
CSCALKERNEL = ../arm/zscal.c
97+
ZSCALKERNEL = ../arm/zscal.c
98+
endif

0 commit comments

Comments
 (0)