9 lines
189 B
Makefile
9 lines
189 B
Makefile
DIAGDEPTH= ../..
|
|
include ${DIAGDEPTH}/Makedefs
|
|
|
|
HFILES= cache.h
|
|
ASFILES= cacheasm.s
|
|
CFILES= cache_par.c icache.c scache_ecc.c scache.c cachesubs.c r4600sc.c
|
|
|
|
include ${DIAGDEPTH}/Makerules
|