source: trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/Makefile @ 134

Last change on this file since 134 was 134, checked in by kane, 13 years ago

add multi write buffer in cc_xcache_v4

  • Property svn:executable set to *
File size: 631 bytes
Line 
1ADD_OBJS        =       stdio.o stdlib.o exception.o system.o \
2                        $(patsubst %.c,%.o,$(wildcard *.c)) \
3                        $(patsubst common/%.c,common/%.o,$(wildcard common/*.c)) \
4                        $(patsubst irq/%.c,irq/%.o,$(wildcard irq/*.c)) \
5                        $(patsubst benchmark/%.c,benchmark/%.o,$(wildcard benchmark/*.c)) \
6                        $(patsubst matrix_multiplication/%.c,matrix_multiplication/%.o,$(wildcard matrix_multiplication/*.c)) \
7                        $(patsubst sort/%.c,sort/%.o,$(wildcard sort/*.c)) \
8                        $(patsubst dhrystone/%.c,dhrystone/%.o,$(wildcard dhrystone/*.c))
9
10ADD_CFLAGS      =
11SOCLIB          ?=      $(shell soclib-cc --getpath)
12
13export SOCLIB
14include $(SOCLIB)/soclib/platform/topcells/soft.mk
Note: See TracBrowser for help on using the repository browser.