Compatible with older version of GNU make

This commit is contained in:
Honglin Zhu 2023-05-19 16:22:01 +08:00
parent 90f041e348
commit a76afdc047
1 changed files with 9 additions and 9 deletions

View File

@ -1,14 +1,14 @@
include $(KERNELDIR)/KERNEL.COOPERLAKE
undefine SBGEMM_SMALL_M_PERMIT
undefine SBGEMM_SMALL_K_NN
undefine SBGEMM_SMALL_K_B0_NN
undefine SBGEMM_SMALL_K_NT
undefine SBGEMM_SMALL_K_B0_NT
undefine SBGEMM_SMALL_K_TN
undefine SBGEMM_SMALL_K_B0_TN
undefine SBGEMM_SMALL_K_TT
undefine SBGEMM_SMALL_K_B0_TT
SBGEMM_SMALL_M_PERMIT =
SBGEMM_SMALL_K_NN =
SBGEMM_SMALL_K_B0_NN =
SBGEMM_SMALL_K_NT =
SBGEMM_SMALL_K_B0_NT =
SBGEMM_SMALL_K_TN =
SBGEMM_SMALL_K_B0_TN =
SBGEMM_SMALL_K_TT =
SBGEMM_SMALL_K_B0_TT =
SBGEMM_BETA = sgemm_beta_skylakex.c
SBGEMMKERNEL = sbgemm_kernel_16x16_spr.c