Browse Source

temporarily disable the default S/DSCAL kernel

tags/v0.3.29
Martin Kroeker GitHub 9 months ago
parent
commit
9b9c0aa5c9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      kernel/power/KERNEL.PPC970

+ 3
- 0
kernel/power/KERNEL.PPC970 View File

@@ -89,3 +89,6 @@ DROTKERNEL = ../arm/rot.c
CROTKERNEL = ../arm/zrot.c CROTKERNEL = ../arm/zrot.c
ZROTKERNEL = ../arm/zrot.c ZROTKERNEL = ../arm/zrot.c
endif endif

SSCALKERNEL = ../arm/scal.c
DSCALKERNEL = ../arm/scal.c

Loading…
Cancel
Save