Seperated mips and mips64 files. Configurations support for mips 32 bit. Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
14 lines
182 B
Makefile
14 lines
182 B
Makefile
TOPDIR = ../../..
|
|
include ../../../Makefile.system
|
|
|
|
ifndef LASWP
|
|
LASWP = ../generic/laswp_k.c
|
|
endif
|
|
|
|
ifndef ZLASWP
|
|
ZLASWP = ../generic/zlaswp_k.c
|
|
endif
|
|
|
|
include ../generic/Makefile
|
|
|