17 lines
233 B
Makefile
17 lines
233 B
Makefile
#
|
|
# Makefile to create IDE libraries.
|
|
#
|
|
#ident "arcs/ide/EVEREST/IP19/r4k/cache/Makefile $Revision: 1.1 $"
|
|
#
|
|
DIAGDEPTH=../../..
|
|
include ${DIAGDEPTH}/Makedefs
|
|
|
|
|
|
ASFILES=bb_cacheasm.s
|
|
|
|
CFILES=
|
|
|
|
HFILES=
|
|
|
|
include ${DIAGDEPTH}/Makerules
|