Skip to content

Commit d7036cf

Browse files
authored
Remove trailing blanks that break the cmake parser
1 parent 3375a0c commit d7036cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kernel/power/KERNEL.PPCG4

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ CSCALKERNEL = zscal_ppc440.S
7171
ZSCALKERNEL = zscal_ppc440.S
7272

7373
SGEMMKERNEL = gemm_kernel_g4.S
74-
SGEMMINCOPY =
75-
SGEMMITCOPY =
74+
SGEMMINCOPY =
75+
SGEMMITCOPY =
7676
SGEMMONCOPY = gemm_ncopy_4.S
7777
SGEMMOTCOPY = gemm_tcopy_4.S
78-
SGEMMINCOPYOBJ =
79-
SGEMMITCOPYOBJ =
78+
SGEMMINCOPYOBJ =
79+
SGEMMITCOPYOBJ =
8080
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
8181
SGEMMOTCOPYOBJ = sgemm_otcopy$(TSUFFIX).$(SUFFIX)
8282
DGEMMKERNEL = gemm_kernel_g4.S

0 commit comments

Comments
 (0)