Last change
on this file since 139 was
134,
checked in by kane, 14 years ago
|
add multi write buffer in cc_xcache_v4
|
-
Property svn:executable set to
*
|
File size:
631 bytes
|
Line | |
---|
1 | ADD_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 | |
---|
10 | ADD_CFLAGS = |
---|
11 | SOCLIB ?= $(shell soclib-cc --getpath) |
---|
12 | |
---|
13 | export SOCLIB |
---|
14 | include $(SOCLIB)/soclib/platform/topcells/soft.mk |
---|
Note: See
TracBrowser
for help on using the repository browser.