Ignore:
Timestamp:
Jan 24, 2011, 5:36:50 PM (13 years ago)
Author:
kane
Message:

add multi write buffer in cc_xcache_v4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/Makefile

    r107 r134  
    1 ADD_OBJS= stdio.o stdlib.o exception.o system.o
    2 SOCLIB?=$(shell soclib-cc --getpath)
     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
    313export SOCLIB
    414include $(SOCLIB)/soclib/platform/topcells/soft.mk
Note: See TracChangeset for help on using the changeset viewer.