29 lines
1.1 KiB
Makefile
29 lines
1.1 KiB
Makefile
# ---------------------------------------------------------------
|
|
# PLEASE DO NOT MODIFY THIS SECTION
|
|
# This prolog section is automatically generated.
|
|
#
|
|
# (C) Copyright 2001,2006,
|
|
# International Business Machines Corporation,
|
|
#
|
|
# All Rights Reserved.
|
|
# ---------------------------------------------------------------
|
|
# PROLOG END TAG zYx
|
|
|
|
########################################################################
|
|
# Common Makefile
|
|
########################################################################
|
|
|
|
INSTALL_DIR = $(SDKINC_spu)/cache
|
|
|
|
INSTALL_FILES := api.h \
|
|
defs.h \
|
|
dma.h \
|
|
nway.h \
|
|
nway-lookup.h \
|
|
nway-miss.h \
|
|
nway-opt.h \
|
|
nway-replace.h \
|
|
spe_cache.h
|
|
|
|
include ../../../../../make.footer
|