10 lines
138 B
Makefile
Executable File
10 lines
138 B
Makefile
Executable File
DIAGDEPTH= ../..
|
|
include ${DIAGDEPTH}/Makedefs
|
|
|
|
CFILES=gcache.c dcache.c
|
|
|
|
ASFILES=scache.s dcache_test.s
|
|
|
|
include ${DIAGDEPTH}/Makerules
|
|
|