You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- TOPDIR = ../../..
- include ../../../Makefile.system
-
- ifeq ($(DYNAMIC_ARCH), 1)
- LASWP = ../generic/laswp_k_4.c
- ZLASWP = ../generic/zlaswp_k_4.c
- endif
-
- ifndef LASWP
- LASWP = ../generic/laswp_k.c
- endif
-
- ifndef ZLASWP
- ZLASWP = ../generic/zlaswp_k.c
- endif
-
- include ../generic/Makefile
|